#CBB353

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

Shades of Sundance #CBB353

Tints of Sundance #CBB353

Color information

#CBB353 (or 0xCBB353) is unknown color: approx Sundance. HEX triplet: CB, B3 and 53. RGB value is (203,179,83). Sum of RGB (Red+Green+Blue) = 203+179+83=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 179 (70.31% from 255 or 38.49% from 465); Blue value is 83 (32.81% from 255 or 17.85% from 465); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB353 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB353 is #344CAC. Grayscale: #AFAFAF. Windows color (decimal): -3427501 or 5485515. OLE color: 5485515.

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

Color convert

RGB20317983-
CMYK00.120.590.20
HSL48º53.57%56.08%-
HSV(B)48º59.11%79.61%-
XYZ42.3145.5614.75-
YUV175.2375.95147.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.66%
GREEN value IS 179 (70.31% from 255) = 38.49%
BLUE value IS 83 (32.81% from 255) = 17.85%
R=43.66%
G=38.49%
B=17.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031798300.120.590.204853.5756.08
HexCBB3530C3B14303638
Octal3132631230147324606670
Binary110010111011001110100110110011101110100110000110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB353; }

 p { color: rgb(203,179,83); }

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

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

 a { background-color: rgb(203,179,83); }

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

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

 span { border-color: rgb(203,179,83); }

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