#CBB249

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

Shades of Sundance #CBB249

Tints of Sundance #CBB249

Color information

#CBB249 (or 0xCBB249) is unknown color: approx Sundance. HEX triplet: CB, B2 and 49. RGB value is (203,178,73). Sum of RGB (Red+Green+Blue) = 203+178+73=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 178 (69.92% from 255 or 39.21% from 454); Blue value is 73 (28.91% from 255 or 16.08% from 454); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB249 is #344DB6. Grayscale: #ADADAD. Windows color (decimal): -3427767 or 4829899. OLE color: 4829899.

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

Color convert

RGB20317873-
CMYK00.120.640.20
HSL48.46º55.56%54.12%-
HSV(B)48.46º64.04%79.61%-
XYZ41.7545.0212.79-
YUV173.571.28149.04-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.71%
GREEN value IS 178 (69.92% from 255) = 39.21%
BLUE value IS 73 (28.91% from 255) = 16.08%
R=44.71%
G=39.21%
B=16.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031787300.120.640.2048.4655.5654.12
HexCBB2490C4014303836
Octal31326211101410024607066
Binary1100101110110010100100101100100000010100110000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB249; }

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

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

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

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

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

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

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

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