#CAC62C

Color #CAC62C Barberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barberry #CAC62C

Tints of Barberry #CAC62C

Color information

#CAC62C (or 0xCAC62C) is unknown color: approx Barberry. HEX triplet: CA, C6 and 2C. RGB value is (202,198,44). Sum of RGB (Red+Green+Blue) = 202+198+44=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 198 (77.73% from 255 or 44.59% from 444); Blue value is 44 (17.58% from 255 or 9.91% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC62C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC62C is #3539D3. Grayscale: #B6B6B6. Windows color (decimal): -3488212 or 2934474. OLE color: 2934474.

HSL color Cylindrical-coordinate representation of color #CAC62C: hue angle of 58.48º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CAC62C is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB20219844-
CMYK00.020.780.21
HSL58.48º64.23%48.24%-
HSV(B)58.48º78.22%79.22%-
XYZ45.0153.1310.27-
YUV181.6450.33142.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.50%
GREEN value IS 198 (77.73% from 255) = 44.59%
BLUE value IS 44 (17.58% from 255) = 9.91%
R=45.50%
G=44.59%
B=9.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.78
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021984400.020.780.2158.4864.2348.24
HexCAC62C024E153a4030
Octal3123065402116257210060
Binary11001010110001101011000101001110101011110101000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC62C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC62C; }

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

 H1.HeaderClassName
 {
   color: #CAC62C;
 }
 .AnyTagClassName
 {
   color: #CAC62C;
 }
</style>
background-color css

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

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

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

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

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

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