#CAC61E

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

Shades of Barberry #CAC61E

Tints of Barberry #CAC61E

Color information

#CAC61E (or 0xCAC61E) is unknown color: approx Barberry. HEX triplet: CA, C6 and 1E. RGB value is (202,198,30). Sum of RGB (Red+Green+Blue) = 202+198+30=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 198 (77.73% from 255 or 46.05% from 430); Blue value is 30 (12.11% from 255 or 6.98% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC61E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC61E is #3539E1. Grayscale: #B4B4B4. Windows color (decimal): -3488226 or 2016970. OLE color: 2016970.

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

Color convert

RGB20219830-
CMYK00.020.850.21
HSL58.6º74.14%45.49%-
HSV(B)58.6º85.15%79.22%-
XYZ44.7953.049.11-
YUV180.0443.33143.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.98%
GREEN value IS 198 (77.73% from 255) = 46.05%
BLUE value IS 30 (12.11% from 255) = 6.98%
R=46.98%
G=46.05%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.85
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021983000.020.850.2158.674.1445.49
HexCAC61E0255153b4a2d
Octal3123063602125257311255
Binary1100101011000110111100101010101101011110111001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC61E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC61E; }

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

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

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

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

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

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

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

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