#CBA94A

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

Shades of Sundance #CBA94A

Tints of Sundance #CBA94A

Color information

#CBA94A (or 0xCBA94A) is unknown color: approx Sundance. HEX triplet: CB, A9 and 4A. RGB value is (203,169,74). Sum of RGB (Red+Green+Blue) = 203+169+74=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 169 (66.41% from 255 or 37.89% from 446); Blue value is 74 (29.30% from 255 or 16.59% from 446); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA94A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA94A is #3456B5. Grayscale: #A8A8A8. Windows color (decimal): -3430070 or 4893131. OLE color: 4893131.

HSL color Cylindrical-coordinate representation of color #CBA94A: hue angle of 44.19º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CBA94A is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB20316974-
CMYK00.170.640.20
HSL44.19º55.36%54.31%-
HSV(B)44.19º63.55%79.61%-
XYZ40.0541.5712.39-
YUV168.3474.76152.72-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.52%
GREEN value IS 169 (66.41% from 255) = 37.89%
BLUE value IS 74 (29.30% from 255) = 16.59%
R=45.52%
G=37.89%
B=16.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031697400.170.640.2044.1955.3654.31
HexCBA94A01140142c3736
Octal31325111202110024546766
Binary11001011101010011001010010001100000010100101100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA94A; }

 p { color: rgb(203,169,74); }

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

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

 a { background-color: rgb(203,169,74); }

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

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

 span { border-color: rgb(203,169,74); }

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