#CDB253

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

Shades of Sundance #CDB253

Tints of Sundance #CDB253

Color information

#CDB253 (or 0xCDB253) is unknown color: approx Sundance. HEX triplet: CD, B2 and 53. RGB value is (205,178,83). Sum of RGB (Red+Green+Blue) = 205+178+83=466 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.99% from 466); Green value is 178 (69.92% from 255 or 38.20% from 466); Blue value is 83 (32.81% from 255 or 17.81% from 466); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB253 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB253 is #324DAC. Grayscale: #AFAFAF. Windows color (decimal): -3296685 or 5485261. OLE color: 5485261.

HSL color Cylindrical-coordinate representation of color #CDB253: hue angle of 46.72º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CDB253 is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.20.

Color convert

RGB20517883-
CMYK00.130.600.20
HSL46.72º54.95%56.47%-
HSV(B)46.72º59.51%80.39%-
XYZ42.6645.4414.71-
YUV175.2475.95149.22-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.99%
GREEN value IS 178 (69.92% from 255) = 38.20%
BLUE value IS 83 (32.81% from 255) = 17.81%
R=43.99%
G=38.20%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.60
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051788300.130.600.2046.7254.9556.47
HexCDB2530D3C142f3738
Octal3152621230157424576770
Binary110011011011001010100110110111110010100101111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB253; }

 p { color: rgb(205,178,83); }

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

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

 a { background-color: rgb(205,178,83); }

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

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

 span { border-color: rgb(205,178,83); }

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