#CDD685

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

Shades of Deco #CDD685

Tints of Deco #CDD685

Color information

#CDD685 (or 0xCDD685) is unknown color: approx Deco. HEX triplet: CD, D6 and 85. RGB value is (205,214,133). Sum of RGB (Red+Green+Blue) = 205+214+133=552 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.14% from 552); Green value is 214 (83.98% from 255 or 38.77% from 552); Blue value is 133 (52.34% from 255 or 24.09% from 552); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD685 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD685 is #32297A. Grayscale: #CACACA. Windows color (decimal): -3287419 or 8771277. OLE color: 8771277.

HSL color Cylindrical-coordinate representation of color #CDD685: hue angle of 66.67º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CDD685 is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB205214133-
CMYK0.0400.380.16
HSL66.67º49.69%68.04%-
HSV(B)66.67º37.85%83.92%-
XYZ53.4662.7731.49-
YUV202.0889.02130.09-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.14%
GREEN value IS 214 (83.98% from 255) = 38.77%
BLUE value IS 133 (52.34% from 255) = 24.09%
R=37.14%
G=38.77%
B=24.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052141330.0400.380.1666.6749.6968.04
HexCDD685402610433244
Octal31532620540462010362104
Binary11001101110101101000010110001001101000010000111100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD685; }

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

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

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

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

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

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

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

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