#CAC829

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

Shades of Barberry #CAC829

Tints of Barberry #CAC829

Color information

#CAC829 (or 0xCAC829) is unknown color: approx Barberry. HEX triplet: CA, C8 and 29. RGB value is (202,200,41). Sum of RGB (Red+Green+Blue) = 202+200+41=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 200 (78.52% from 255 or 45.15% from 443); Blue value is 41 (16.41% from 255 or 9.26% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC829 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC829 is #3537D6. Grayscale: #B7B7B7. Windows color (decimal): -3487703 or 2738378. OLE color: 2738378.

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

Color convert

RGB20220041-
CMYK00.010.800.21
HSL59.25º66.26%47.65%-
HSV(B)59.25º79.7%79.22%-
XYZ45.4154.0310.13-
YUV182.4748.16141.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.60%
GREEN value IS 200 (78.52% from 255) = 45.15%
BLUE value IS 41 (16.41% from 255) = 9.26%
R=45.60%
G=45.15%
B=9.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.80
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2022004100.010.800.2159.2566.2647.65
HexCAC8290150153b4230
Octal3123105101120257310260
Binary1100101011001000101001011010000101011110111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC829; }

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

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

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

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

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

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

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

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