#CAC629

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

Shades of Barberry #CAC629

Tints of Barberry #CAC629

Color information

#CAC629 (or 0xCAC629) is unknown color: approx Barberry. HEX triplet: CA, C6 and 29. RGB value is (202,198,41). Sum of RGB (Red+Green+Blue) = 202+198+41=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 198 (77.73% from 255 or 44.90% from 441); Blue value is 41 (16.41% from 255 or 9.30% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC629 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC629 is #3539D6. Grayscale: #B5B5B5. Windows color (decimal): -3488215 or 2737866. OLE color: 2737866.

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

Color convert

RGB20219841-
CMYK00.020.800.21
HSL58.51º66.26%47.65%-
HSV(B)58.51º79.7%79.22%-
XYZ44.9553.19.98-
YUV181.348.83142.77-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.80%
GREEN value IS 198 (77.73% from 255) = 44.90%
BLUE value IS 41 (16.41% from 255) = 9.30%
R=45.80%
G=44.90%
B=9.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.80
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021984100.020.800.2158.5166.2647.65
HexCAC6290250153b4230
Octal3123065102120257310260
Binary11001010110001101010010101010000101011110111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC629; }

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

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

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

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

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

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

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

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