Html Css Color HEX #CAC824 Barberry

📋 copy color: '#CAC824'

red 202 ◦ green 200 ◦ blue 36

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

Shades of Barberry #CAC824

Tints of Barberry #CAC824

RGB

 RED value IS 202 (79.3% from 255) = 46.12%

 GREEN value IS 200 (78.52% from 255) = 45.66%

 BLUE value IS 36 (14.45% from 255) = 8.22%

R = 46.12%
G = 45.66%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#CAC824 (or 0xCAC824) is known color: Barberry. HEX triplet: CA, C8 and 24. RGB value is (202,200,36). Sum of RGB (Red+Green+Blue) = 202+200+36=438 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.12% from 438); Green value is 200 (78.52% from 255 or 45.66% from 438); Blue value is 36 (14.45% from 255 or 8.22% from 438); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC824 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC824 is #3537DB. Grayscale: #B6B6B6. Windows color (decimal): -3487708 or 2410698. OLE color: 2410698.

HSL color Cylindrical-coordinate representation of color #CAC824: hue angle of 59.28º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CAC824 is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 200 36 -
CMYK 0 0.01 0.82 0.21
HSL 59.28º 0.7% 0.47% -
HSV(B) 59.28º 0.82% 0.79% -
XYZ 45.33 53.99 9.7 -
YUV 181.9 45.66 142.34 -
System Red Green Blue C M Y K H S L
Decimal 202 200 36 0 0.01 0.82 0.21 59.28 0.7 0.47
Hex CA C8 24 0 1 52 15 3B 46 2F
Octal 312 310 44 0 1 122 25 73 106 57
Binary 11001010 11001000 100100 0 1 1010010 10101 111011 1000110 101111

Color Harmonies of #CAC824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC824

Black with #CAC824

Text Example


Text Example

White with #CAC824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC824; }

 p { color: rgb(202,200,36); }

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

background-color css

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

 a { background-color: rgb(202,200,36); }

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

border-color css

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

 span { border-color: rgb(202,200,36); }

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