#CAB04E

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

Shades of Sundance #CAB04E

Tints of Sundance #CAB04E

Color information

#CAB04E (or 0xCAB04E) is unknown color: approx Sundance. HEX triplet: CA, B0 and 4E. RGB value is (202,176,78). Sum of RGB (Red+Green+Blue) = 202+176+78=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 176 (69.14% from 255 or 38.60% from 456); Blue value is 78 (30.86% from 255 or 17.11% from 456); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB04E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB04E is #354FB1. Grayscale: #ADADAD. Windows color (decimal): -3493810 or 5157066. OLE color: 5157066.

HSL color Cylindrical-coordinate representation of color #CAB04E: hue angle of 47.42º 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 #CAB04E is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB20217678-
CMYK00.130.610.21
HSL47.42º53.91%54.9%-
HSV(B)47.42º61.39%79.22%-
XYZ41.2644.1613.56-
YUV172.674.61148.97-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.30%
GREEN value IS 176 (69.14% from 255) = 38.60%
BLUE value IS 78 (30.86% from 255) = 17.11%
R=44.30%
G=38.60%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021767800.130.610.2147.4253.9154.9
HexCAB04E0D3D152f3637
Octal3122601160157525576667
Binary110010101011000010011100110111110110101101111110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB04E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB04E; }

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

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

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

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

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

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

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

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