#CDD485

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

Shades of Deco #CDD485

Tints of Deco #CDD485

Color information

#CDD485 (or 0xCDD485) is unknown color: approx Deco. HEX triplet: CD, D4 and 85. RGB value is (205,212,133). Sum of RGB (Red+Green+Blue) = 205+212+133=550 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.27% from 550); Green value is 212 (83.20% from 255 or 38.55% from 550); Blue value is 133 (52.34% from 255 or 24.18% from 550); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD485 is #322B7A. Grayscale: #C9C9C9. Windows color (decimal): -3287931 or 8770765. OLE color: 8770765.

HSL color Cylindrical-coordinate representation of color #CDD485: hue angle of 65.32º 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 #CDD485 is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB205212133-
CMYK0.0300.370.17
HSL65.32º47.88%67.65%-
HSV(B)65.32º37.26%83.14%-
XYZ52.9561.7631.32-
YUV200.989.68130.92-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.27%
GREEN value IS 212 (83.20% from 255) = 38.55%
BLUE value IS 133 (52.34% from 255) = 24.18%
R=37.27%
G=38.55%
B=24.18%

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
Decimal2052121330.0300.370.1765.3247.8867.65
HexCDD485302511413044
Octal31532420530452110160104
Binary1100110111010100100001011101001011000110000011100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD485; }

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

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

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

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

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

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

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

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