#CBB04A

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

Shades of Sundance #CBB04A

Tints of Sundance #CBB04A

Color information

#CBB04A (or 0xCBB04A) is unknown color: approx Sundance. HEX triplet: CB, B0 and 4A. RGB value is (203,176,74). Sum of RGB (Red+Green+Blue) = 203+176+74=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 176 (69.14% from 255 or 38.85% from 453); Blue value is 74 (29.30% from 255 or 16.34% from 453); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB04A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB04A is #344FB5. Grayscale: #ACACAC. Windows color (decimal): -3428278 or 4894923. OLE color: 4894923.

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

Color convert

RGB20317674-
CMYK00.130.640.20
HSL47.44º55.36%54.31%-
HSV(B)47.44º63.55%79.61%-
XYZ41.3944.2412.84-
YUV172.4472.45149.79-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.81%
GREEN value IS 176 (69.14% from 255) = 38.85%
BLUE value IS 74 (29.30% from 255) = 16.34%
R=44.81%
G=38.85%
B=16.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031767400.130.640.2047.4455.3654.31
HexCBB04A0D40142f3736
Octal31326011201510024576766
Binary1100101110110000100101001101100000010100101111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB04A; }

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

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

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

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

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

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

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

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