#CDD994

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

Shades of Deco #CDD994

Tints of Deco #CDD994

Color information

#CDD994 (or 0xCDD994) is unknown color: approx Deco. HEX triplet: CD, D9 and 94. RGB value is (205,217,148). Sum of RGB (Red+Green+Blue) = 205+217+148=570 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.96% from 570); Green value is 217 (85.16% from 255 or 38.07% from 570); Blue value is 148 (58.20% from 255 or 25.96% from 570); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD994 is #32266B. Grayscale: #CDCDCD. Windows color (decimal): -3286636 or 9755085. OLE color: 9755085.

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

Color convert

RGB205217148-
CMYK0.0600.320.15
HSL70.43º47.59%71.57%-
HSV(B)70.43º31.8%85.1%-
XYZ55.3364.7437.6-
YUV205.5595.52127.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.96%
GREEN value IS 217 (85.16% from 255) = 38.07%
BLUE value IS 148 (58.20% from 255) = 25.96%
R=35.96%
G=38.07%
B=25.96%

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
Decimal2052171480.0600.320.1570.4347.5971.57
HexCDD9946020F463048
Octal31533122460401710660110
Binary1100110111011001100101001100100000111110001101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD994; }

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

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

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

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

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

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

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

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