#CDD486

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

Shades of Deco #CDD486

Tints of Deco #CDD486

Color information

#CDD486 (or 0xCDD486) is unknown color: approx Deco. HEX triplet: CD, D4 and 86. RGB value is (205,212,134). Sum of RGB (Red+Green+Blue) = 205+212+134=551 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.21% from 551); Green value is 212 (83.20% from 255 or 38.48% from 551); Blue value is 134 (52.73% from 255 or 24.32% from 551); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD486 is #322B79. Grayscale: #C9C9C9. Windows color (decimal): -3287930 or 8836301. OLE color: 8836301.

HSL color Cylindrical-coordinate representation of color #CDD486: hue angle of 65.38º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CDD486 is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB205212134-
CMYK0.0300.370.17
HSL65.38º47.56%67.84%-
HSV(B)65.38º36.79%83.14%-
XYZ53.0261.7931.69-
YUV201.0290.18130.84-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.21%
GREEN value IS 212 (83.20% from 255) = 38.48%
BLUE value IS 134 (52.73% from 255) = 24.32%
R=37.21%
G=38.48%
B=24.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2052121340.0300.370.1765.3847.5667.84
HexCDD486302511413044
Octal31532420630452110160104
Binary1100110111010100100001101101001011000110000011100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD486; }

 p { color: rgb(205,212,134); }

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

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

 a { background-color: rgb(205,212,134); }

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

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

 span { border-color: rgb(205,212,134); }

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