#cdd996

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

Shades of Deco #CDD996

Tints of Deco #CDD996

Color information

#CDD996 (or 0xCDD996) is unknown color: approx Deco. HEX triplet: CD, D9 and 96. RGB value is (205,217,150). Sum of RGB (Red+Green+Blue) = 205+217+150=572 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.84% from 572); Green value is 217 (85.16% from 255 or 37.94% from 572); Blue value is 150 (58.98% from 255 or 26.22% from 572); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD996 is #322669. Grayscale: #CECECE. Windows color (decimal): -3286634 or 9886157. OLE color: 9886157.

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

Color convert

RGB205217150-
CMYK0.0600.310.15
HSL70.75º46.85%71.96%-
HSV(B)70.75º30.88%85.1%-
XYZ55.4964.8138.44-
YUV205.7796.52127.45-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.84%
GREEN value IS 217 (85.16% from 255) = 37.94%
BLUE value IS 150 (58.98% from 255) = 26.22%
R=35.84%
G=37.94%
B=26.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2052171500.0600.310.1570.7546.8571.96
HexCDD996601FF472f48
Octal31533122660371710757110
Binary110011011101100110010110110011111111110001111011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cdd996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cdd996; }

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

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

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

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

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

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

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

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