#CBB449

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

Shades of Sundance #CBB449

Tints of Sundance #CBB449

Color information

#CBB449 (or 0xCBB449) is unknown color: approx Sundance. HEX triplet: CB, B4 and 49. RGB value is (203,180,73). Sum of RGB (Red+Green+Blue) = 203+180+73=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 180 (70.70% from 255 or 39.47% from 456); Blue value is 73 (28.91% from 255 or 16.01% from 456); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB449 is #344BB6. Grayscale: #AFAFAF. Windows color (decimal): -3427255 or 4830411. OLE color: 4830411.

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

Color convert

RGB20318073-
CMYK00.110.640.20
HSL49.38º55.56%54.12%-
HSV(B)49.38º64.04%79.61%-
XYZ42.1545.8212.93-
YUV174.6870.62148.2-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.52%
GREEN value IS 180 (70.70% from 255) = 39.47%
BLUE value IS 73 (28.91% from 255) = 16.01%
R=44.52%
G=39.47%
B=16.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031807300.110.640.2049.3855.5654.12
HexCBB4490B4014313836
Octal31326411101310024617066
Binary1100101110110100100100101011100000010100110001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB449; }

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

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

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

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

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

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

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

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