Html Css Color HEX #CAC229 Barberry

📋 copy color: '#CAC229'

red 202 ◦ green 194 ◦ blue 41

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

Shades of Barberry #CAC229

Tints of Barberry #CAC229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.38%

R = 46.22%
G = 44.39%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#CAC229 (or 0xCAC229) is known color: Barberry. HEX triplet: CA, C2 and 29. RGB value is (202,194,41). Sum of RGB (Red+Green+Blue) = 202+194+41=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 194 (76.17% from 255 or 44.39% from 437); Blue value is 41 (16.41% from 255 or 9.38% from 437); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC229 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC229 is #353DD6. Grayscale: #B3B3B3. Windows color (decimal): -3489239 or 2736842. OLE color: 2736842.

HSL color Cylindrical-coordinate representation of color #CAC229: hue angle of 57.02º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CAC229 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 194 41 -
CMYK 0 0.04 0.80 0.21
HSL 57.02º 0.66% 0.48% -
HSV(B) 57.02º 0.8% 0.79% -
XYZ 44.05 51.3 9.68 -
YUV 178.95 50.15 144.44 -
System Red Green Blue C M Y K H S L
Decimal 202 194 41 0 0.04 0.80 0.21 57.02 0.66 0.48
Hex CA C2 29 0 4 50 15 39 42 30
Octal 312 302 51 0 4 120 25 71 102 60
Binary 11001010 11000010 101001 0 100 1010000 10101 111001 1000010 110000

Color Harmonies of #CAC229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC229

Black with #CAC229

Text Example


Text Example

White with #CAC229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC229; }

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

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

background-color css

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

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

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

border-color css

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

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

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