#CAC51C

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

Shades of Barberry #CAC51C

Tints of Barberry #CAC51C

Color information

#CAC51C (or 0xCAC51C) is unknown color: approx Barberry. HEX triplet: CA, C5 and 1C. RGB value is (202,197,28). Sum of RGB (Red+Green+Blue) = 202+197+28=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 197 (77.34% from 255 or 46.14% from 427); Blue value is 28 (11.33% from 255 or 6.56% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC51C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC51C is #353AE3. Grayscale: #B3B3B3. Windows color (decimal): -3488484 or 1885642. OLE color: 1885642.

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

Color convert

RGB20219728-
CMYK00.020.860.21
HSL58.28º75.65%45.1%-
HSV(B)58.28º86.14%79.22%-
XYZ44.5352.578.9-
YUV179.2342.66144.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.31%
GREEN value IS 197 (77.34% from 255) = 46.14%
BLUE value IS 28 (11.33% from 255) = 6.56%
R=47.31%
G=46.14%
B=6.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.86
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021972800.020.860.2158.2875.6545.1
HexCAC51C0256153a4c2d
Octal3123053402126257211455
Binary1100101011000101111000101010110101011110101001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC51C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC51C; }

 p { color: rgb(202,197,28); }

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

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

 a { background-color: rgb(202,197,28); }

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

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

 span { border-color: rgb(202,197,28); }

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