#CAC922

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

Shades of Barberry #CAC922

Tints of Barberry #CAC922

Color information

#CAC922 (or 0xCAC922) is unknown color: approx Barberry. HEX triplet: CA, C9 and 22. RGB value is (202,201,34). Sum of RGB (Red+Green+Blue) = 202+201+34=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 201 (78.91% from 255 or 46.00% from 437); Blue value is 34 (13.67% from 255 or 7.78% from 437); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC922 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC922 is #3536DD. Grayscale: #B6B6B6. Windows color (decimal): -3487454 or 2279882. OLE color: 2279882.

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

Color convert

RGB20220134-
CMYK00.000.830.21
HSL59.64º71.19%46.27%-
HSV(B)59.64º83.17%79.22%-
XYZ45.5354.459.62-
YUV182.2644.33142.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.22%
GREEN value IS 201 (78.91% from 255) = 46.00%
BLUE value IS 34 (13.67% from 255) = 7.78%
R=46.22%
G=46.00%
B=7.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.83
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2022013400.000.830.2159.6471.1946.27
HexCAC9220053153c472e
Octal3123114200123257410756
Binary1100101011001001100010001010011101011111001000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC922; }

 p { color: rgb(202,201,34); }

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

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

 a { background-color: rgb(202,201,34); }

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

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

 span { border-color: rgb(202,201,34); }

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