#CAC228

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

Shades of Barberry #CAC228

Tints of Barberry #CAC228

Color information

#CAC228 (or 0xCAC228) is unknown color: approx Barberry. HEX triplet: CA, C2 and 28. RGB value is (202,194,40). Sum of RGB (Red+Green+Blue) = 202+194+40=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 194 (76.17% from 255 or 44.50% from 436); Blue value is 40 (16.02% from 255 or 9.17% from 436); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC228 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC228 is #353DD7. Grayscale: #B3B3B3. Windows color (decimal): -3489240 or 2671306. OLE color: 2671306.

HSL color Cylindrical-coordinate representation of color #CAC228: hue angle of 57.04º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CAC228 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB20219440-
CMYK00.040.800.21
HSL57.04º66.94%47.45%-
HSV(B)57.04º80.2%79.22%-
XYZ44.0351.299.59-
YUV178.8449.65144.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.33%
GREEN value IS 194 (76.17% from 255) = 44.50%
BLUE value IS 40 (16.02% from 255) = 9.17%
R=46.33%
G=44.50%
B=9.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.80
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021944000.040.800.2157.0466.9447.45
HexCAC22804501539432f
Octal3123025004120257110357
Binary110010101100001010100001001010000101011110011000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC228; }

 p { color: rgb(202,194,40); }

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

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

 a { background-color: rgb(202,194,40); }

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

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

 span { border-color: rgb(202,194,40); }

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