Html Css Color HEX #CAC220 Barberry

📋 copy color: '#CAC220'

red 202 ◦ green 194 ◦ blue 32

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

Shades of Barberry #CAC220

Tints of Barberry #CAC220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.48%

R = 47.2%
G = 45.33%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#CAC220 (or 0xCAC220) is known color: Barberry. HEX triplet: CA, C2 and 20. RGB value is (202,194,32). Sum of RGB (Red+Green+Blue) = 202+194+32=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 194 (76.17% from 255 or 45.33% from 428); Blue value is 32 (12.89% from 255 or 7.48% from 428); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC220 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC220 is #353DDF. Grayscale: #B2B2B2. Windows color (decimal): -3489248 or 2147018. OLE color: 2147018.

HSL color Cylindrical-coordinate representation of color #CAC220: hue angle of 57.18º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CAC220 is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 194 32 -
CMYK 0 0.04 0.84 0.21
HSL 57.18º 0.73% 0.46% -
HSV(B) 57.18º 0.84% 0.79% -
XYZ 43.91 51.24 8.94 -
YUV 177.92 45.65 145.17 -
System Red Green Blue C M Y K H S L
Decimal 202 194 32 0 0.04 0.84 0.21 57.18 0.73 0.46
Hex CA C2 20 0 4 54 15 39 49 2E
Octal 312 302 40 0 4 124 25 71 111 56
Binary 11001010 11000010 100000 0 100 1010100 10101 111001 1001001 101110

Color Harmonies of #CAC220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC220

Black with #CAC220

Text Example


Text Example

White with #CAC220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC220; }

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

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

background-color css

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

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

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

border-color css

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

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

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