#CAB14B

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

Shades of Sundance #CAB14B

Tints of Sundance #CAB14B

Color information

#CAB14B (or 0xCAB14B) is unknown color: approx Sundance. HEX triplet: CA, B1 and 4B. RGB value is (202,177,75). Sum of RGB (Red+Green+Blue) = 202+177+75=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 177 (69.53% from 255 or 38.99% from 454); Blue value is 75 (29.69% from 255 or 16.52% from 454); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB14B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB14B is #354EB4. Grayscale: #ADADAD. Windows color (decimal): -3493557 or 4960714. OLE color: 4960714.

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

Color convert

RGB20217775-
CMYK00.120.630.21
HSL48.19º54.51%54.31%-
HSV(B)48.19º62.87%79.22%-
XYZ41.3544.5113.07-
YUV172.8572.78148.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.49%
GREEN value IS 177 (69.53% from 255) = 38.99%
BLUE value IS 75 (29.69% from 255) = 16.52%
R=44.49%
G=38.99%
B=16.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021777500.120.630.2148.1954.5154.31
HexCAB14B0C3F15303736
Octal3122611130147725606766
Binary110010101011000110010110110011111110101110000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB14B; }

 p { color: rgb(202,177,75); }

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

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

 a { background-color: rgb(202,177,75); }

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

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

 span { border-color: rgb(202,177,75); }

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