#CAB14A

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

Shades of Sundance #CAB14A

Tints of Sundance #CAB14A

Color information

#CAB14A (or 0xCAB14A) is unknown color: approx Sundance. HEX triplet: CA, B1 and 4A. RGB value is (202,177,74). Sum of RGB (Red+Green+Blue) = 202+177+74=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 177 (69.53% from 255 or 39.07% from 453); Blue value is 74 (29.30% from 255 or 16.34% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB14A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB14A is #354EB5. Grayscale: #ADADAD. Windows color (decimal): -3493558 or 4895178. OLE color: 4895178.

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

Color convert

RGB20217774-
CMYK00.120.630.21
HSL48.28º54.7%54.12%-
HSV(B)48.28º63.37%79.22%-
XYZ41.3244.512.89-
YUV172.7372.28148.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.59%
GREEN value IS 177 (69.53% from 255) = 39.07%
BLUE value IS 74 (29.30% from 255) = 16.34%
R=44.59%
G=39.07%
B=16.34%

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
Decimal2021777400.120.630.2148.2854.754.12
HexCAB14A0C3F15303736
Octal3122611120147725606766
Binary110010101011000110010100110011111110101110000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB14A; }

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

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

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

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

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

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

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

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