Html Css Color HEX #CCC52D Barberry

📋 copy color: '#CCC52D'

red 204 ◦ green 197 ◦ blue 45

#CCC52D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barberry #CCC52D

Tints of Barberry #CCC52D

RGB

 RED value IS 204 (80.08% from 255) = 45.74%

 GREEN value IS 197 (77.34% from 255) = 44.17%

 BLUE value IS 45 (17.97% from 255) = 10.09%

R = 45.74%
G = 44.17%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.78

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CCC52D (or 0xCCC52D) is known color: Barberry. HEX triplet: CC, C5 and 2D. RGB value is (204,197,45). Sum of RGB (Red+Green+Blue) = 204+197+45=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 197 (77.34% from 255 or 44.17% from 446); Blue value is 45 (17.97% from 255 or 10.09% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC52D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC52D is #333AD2. Grayscale: #B6B6B6. Windows color (decimal): -3357395 or 2999756. OLE color: 2999756.

HSL color Cylindrical-coordinate representation of color #CCC52D: hue angle of 57.36º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CCC52D is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 197 45 -
CMYK 0 0.03 0.78 0.2
HSL 57.36º 0.64% 0.49% -
HSV(B) 57.36º 0.78% 0.8% -
XYZ 45.34 52.96 10.32 -
YUV 181.77 50.82 143.86 -
System Red Green Blue C M Y K H S L
Decimal 204 197 45 0 0.03 0.78 0.2 57.36 0.64 0.49
Hex CC C5 2D 0 3 4E 14 39 40 31
Octal 314 305 55 0 3 116 24 71 100 61
Binary 11001100 11000101 101101 0 11 1001110 10100 111001 1000000 110001

Color Harmonies of #CCC52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC52D

Black with #CCC52D

Text Example


Text Example

White with #CCC52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC52D; }

 p { color: rgb(204,197,45); }

 H1.HeaderClassName
 {
   color: #CCC52D;
 }
 .AnyTagClassName
 {
   color: #CCC52D;
 }
</style>

background-color css

<style>
 a { background-color: #CCC52D; }

 a { background-color: rgb(204,197,45); }

 div.DivClassName
 {
   background-color: #CCC52D;
 }
 .BgClassName
 {
   background-color: #CCC52D;
 }
</style>

border-color css

<style>
 span { border-color: #CCC52D; }

 span { border-color: rgb(204,197,45); }

 td.TdClassName
 {
   border-color: #CCC52D;
 }
 .TagClassName
 {
   border-color: #CCC52D;
 }
</style>