#CAB64E

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

Shades of Sundance #CAB64E

Tints of Sundance #CAB64E

Color information

#CAB64E (or 0xCAB64E) is unknown color: approx Sundance. HEX triplet: CA, B6 and 4E. RGB value is (202,182,78). Sum of RGB (Red+Green+Blue) = 202+182+78=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 182 (71.48% from 255 or 39.39% from 462); Blue value is 78 (30.86% from 255 or 16.88% from 462); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB64E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB64E is #3549B1. Grayscale: #B0B0B0. Windows color (decimal): -3492274 or 5158602. OLE color: 5158602.

HSL color Cylindrical-coordinate representation of color #CAB64E: hue angle of 50.32º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CAB64E is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB20218278-
CMYK00.100.610.21
HSL50.32º53.91%54.9%-
HSV(B)50.32º61.39%79.22%-
XYZ42.4646.5613.96-
YUV176.1272.63146.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.72%
GREEN value IS 182 (71.48% from 255) = 39.39%
BLUE value IS 78 (30.86% from 255) = 16.88%
R=43.72%
G=39.39%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021827800.100.610.2150.3253.9154.9
HexCAB64E0A3D15323637
Octal3122661160127525626667
Binary110010101011011010011100101011110110101110010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB64E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB64E; }

 p { color: rgb(202,182,78); }

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

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

 a { background-color: rgb(202,182,78); }

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

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

 span { border-color: rgb(202,182,78); }

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