Html Css Color HEX #CAC224 Barberry

📋 copy color: '#CAC224'

red 202 ◦ green 194 ◦ blue 36

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

Shades of Barberry #CAC224

Tints of Barberry #CAC224

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.91%

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

R = 46.76%
G = 44.91%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#CAC224 (or 0xCAC224) is known color: Barberry. HEX triplet: CA, C2 and 24. RGB value is (202,194,36). Sum of RGB (Red+Green+Blue) = 202+194+36=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 194 (76.17% from 255 or 44.91% from 432); Blue value is 36 (14.45% from 255 or 8.33% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC224 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC224 is #353DDB. Grayscale: #B3B3B3. Windows color (decimal): -3489244 or 2409162. OLE color: 2409162.

HSL color Cylindrical-coordinate representation of color #CAC224: hue angle of 57.11º 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 #CAC224 is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 194 36 -
CMYK 0 0.04 0.82 0.21
HSL 57.11º 0.7% 0.47% -
HSV(B) 57.11º 0.82% 0.79% -
XYZ 43.97 51.27 9.25 -
YUV 178.38 47.65 144.85 -
System Red Green Blue C M Y K H S L
Decimal 202 194 36 0 0.04 0.82 0.21 57.11 0.7 0.47
Hex CA C2 24 0 4 52 15 39 46 2F
Octal 312 302 44 0 4 122 25 71 106 57
Binary 11001010 11000010 100100 0 100 1010010 10101 111001 1000110 101111

Color Harmonies of #CAC224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC224

Black with #CAC224

Text Example


Text Example

White with #CAC224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC224; }

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

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

background-color css

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

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

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

border-color css

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

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

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