Html Css Color HEX #CAC620 Barberry

📋 copy color: '#CAC620'

red 202 ◦ green 198 ◦ blue 32

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

Shades of Barberry #CAC620

Tints of Barberry #CAC620

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.83%

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

R = 46.76%
G = 45.83%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#CAC620 (or 0xCAC620) is known color: Barberry. HEX triplet: CA, C6 and 20. RGB value is (202,198,32). Sum of RGB (Red+Green+Blue) = 202+198+32=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 198 (77.73% from 255 or 45.83% from 432); Blue value is 32 (12.89% from 255 or 7.41% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC620 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC620 is #3539DF. Grayscale: #B4B4B4. Windows color (decimal): -3488224 or 2148042. OLE color: 2148042.

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

Color convert

RGB 202 198 32 -
CMYK 0 0.02 0.84 0.21
HSL 58.59º 0.73% 0.46% -
HSV(B) 58.59º 0.84% 0.79% -
XYZ 44.81 53.05 9.24 -
YUV 180.27 44.33 143.5 -
System Red Green Blue C M Y K H S L
Decimal 202 198 32 0 0.02 0.84 0.21 58.59 0.73 0.46
Hex CA C6 20 0 2 54 15 3B 49 2E
Octal 312 306 40 0 2 124 25 73 111 56
Binary 11001010 11000110 100000 0 10 1010100 10101 111011 1001001 101110

Color Harmonies of #CAC620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC620

Black with #CAC620

Text Example


Text Example

White with #CAC620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC620; }

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

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

background-color css

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

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

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

border-color css

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

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

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