#CAC623

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

Shades of Barberry #CAC623

Tints of Barberry #CAC623

Color information

#CAC623 (or 0xCAC623) is unknown color: approx Barberry. HEX triplet: CA, C6 and 23. RGB value is (202,198,35). Sum of RGB (Red+Green+Blue) = 202+198+35=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 198 (77.73% from 255 or 45.52% from 435); Blue value is 35 (14.06% from 255 or 8.05% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC623 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC623 is #3539DC. Grayscale: #B5B5B5. Windows color (decimal): -3488221 or 2344650. OLE color: 2344650.

HSL color Cylindrical-coordinate representation of color #CAC623: hue angle of 58.56º degrees, saturation: 0.7, 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 #CAC623 is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.21.

Color convert

RGB20219835-
CMYK00.020.830.21
HSL58.56º70.46%46.47%-
HSV(B)58.56º82.67%79.22%-
XYZ44.8553.079.47-
YUV180.6145.83143.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.44%
GREEN value IS 198 (77.73% from 255) = 45.52%
BLUE value IS 35 (14.06% from 255) = 8.05%
R=46.44%
G=45.52%
B=8.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.83
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021983500.020.830.2158.5670.4646.47
HexCAC6230253153b462e
Octal3123064302123257310656
Binary11001010110001101000110101010011101011110111000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC623; }

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

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

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

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

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

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

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

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