#CBAD49

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

Shades of Sundance #CBAD49

Tints of Sundance #CBAD49

Color information

#CBAD49 (or 0xCBAD49) is unknown color: approx Sundance. HEX triplet: CB, AD and 49. RGB value is (203,173,73). Sum of RGB (Red+Green+Blue) = 203+173+73=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 173 (67.97% from 255 or 38.53% from 449); Blue value is 73 (28.91% from 255 or 16.26% from 449); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAD49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAD49 is #3452B6. Grayscale: #ABABAB. Windows color (decimal): -3429047 or 4828619. OLE color: 4828619.

HSL color Cylindrical-coordinate representation of color #CBAD49: hue angle of 46.15º degrees, saturation: 0.56, 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 #CBAD49 is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB20317373-
CMYK00.150.640.20
HSL46.15º55.56%54.12%-
HSV(B)46.15º64.04%79.61%-
XYZ40.7743.0612.47-
YUV170.5772.94151.13-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.21%
GREEN value IS 173 (67.97% from 255) = 38.53%
BLUE value IS 73 (28.91% from 255) = 16.26%
R=45.21%
G=38.53%
B=16.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031737300.150.640.2046.1555.5654.12
HexCBAD490F40142e3836
Octal31325511101710024567066
Binary1100101110101101100100101111100000010100101110111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAD49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAD49; }

 p { color: rgb(203,173,73); }

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

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

 a { background-color: rgb(203,173,73); }

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

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

 span { border-color: rgb(203,173,73); }

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