#CDB251

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

Shades of Sundance #CDB251

Tints of Sundance #CDB251

Color information

#CDB251 (or 0xCDB251) is unknown color: approx Sundance. HEX triplet: CD, B2 and 51. RGB value is (205,178,81). Sum of RGB (Red+Green+Blue) = 205+178+81=464 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.18% from 464); Green value is 178 (69.92% from 255 or 38.36% from 464); Blue value is 81 (32.03% from 255 or 17.46% from 464); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB251 is #324DAE. Grayscale: #AFAFAF. Windows color (decimal): -3296687 or 5354189. OLE color: 5354189.

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

Color convert

RGB20517881-
CMYK00.130.600.20
HSL46.94º55.36%56.08%-
HSV(B)46.94º60.49%80.39%-
XYZ42.5845.4114.31-
YUV175.0274.95149.39-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.18%
GREEN value IS 178 (69.92% from 255) = 38.36%
BLUE value IS 81 (32.03% from 255) = 17.46%
R=44.18%
G=38.36%
B=17.46%

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
Decimal2051788100.130.600.2046.9455.3656.08
HexCDB2510D3C142f3738
Octal3152621210157424576770
Binary110011011011001010100010110111110010100101111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB251; }

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

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

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

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

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

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

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

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