#CDB055

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

Shades of Sundance #CDB055

Tints of Sundance #CDB055

Color information

#CDB055 (or 0xCDB055) is unknown color: approx Sundance. HEX triplet: CD, B0 and 55. RGB value is (205,176,85). Sum of RGB (Red+Green+Blue) = 205+176+85=466 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.99% from 466); Green value is 176 (69.14% from 255 or 37.77% from 466); Blue value is 85 (33.59% from 255 or 18.24% from 466); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB055 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB055 is #324FAA. Grayscale: #AEAEAE. Windows color (decimal): -3297195 or 5615821. OLE color: 5615821.

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

Color convert

RGB20517685-
CMYK00.140.590.20
HSL45.5º54.55%56.86%-
HSV(B)45.5º58.54%80.39%-
XYZ42.3444.6914.99-
YUV174.377.61149.9-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.99%
GREEN value IS 176 (69.14% from 255) = 37.77%
BLUE value IS 85 (33.59% from 255) = 18.24%
R=43.99%
G=37.77%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051768500.140.590.2045.554.5556.86
HexCDB0550E3B142e3739
Octal3152601250167324566771
Binary110011011011000010101010111011101110100101110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB055; }

 p { color: rgb(205,176,85); }

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

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

 a { background-color: rgb(205,176,85); }

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

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

 span { border-color: rgb(205,176,85); }

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