#CDD993

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

Shades of Deco #CDD993

Tints of Deco #CDD993

Color information

#CDD993 (or 0xCDD993) is unknown color: approx Deco. HEX triplet: CD, D9 and 93. RGB value is (205,217,147). Sum of RGB (Red+Green+Blue) = 205+217+147=569 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.03% from 569); Green value is 217 (85.16% from 255 or 38.14% from 569); Blue value is 147 (57.81% from 255 or 25.83% from 569); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD993 is #32266C. Grayscale: #CDCDCD. Windows color (decimal): -3286637 or 9689549. OLE color: 9689549.

HSL color Cylindrical-coordinate representation of color #CDD993: hue angle of 70.29º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CDD993 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB205217147-
CMYK0.0600.320.15
HSL70.29º47.95%71.37%-
HSV(B)70.29º32.26%85.1%-
XYZ55.2664.7137.18-
YUV205.4395.02127.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.03%
GREEN value IS 217 (85.16% from 255) = 38.14%
BLUE value IS 147 (57.81% from 255) = 25.83%
R=36.03%
G=38.14%
B=25.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2052171470.0600.320.1570.2947.9571.37
HexCDD9936020F463047
Octal31533122360401710660107
Binary1100110111011001100100111100100000111110001101100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD993; }

 p { color: rgb(205,217,147); }

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

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

 a { background-color: rgb(205,217,147); }

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

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

 span { border-color: rgb(205,217,147); }

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