#CDDD7D

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

Shades of Deco #CDDD7D

Tints of Deco #CDDD7D

Color information

#CDDD7D (or 0xCDDD7D) is unknown color: approx Deco. HEX triplet: CD, DD and 7D. RGB value is (205,221,125). Sum of RGB (Red+Green+Blue) = 205+221+125=551 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.21% from 551); Green value is 221 (86.72% from 255 or 40.11% from 551); Blue value is 125 (49.22% from 255 or 22.69% from 551); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDD7D is #322282. Grayscale: #CDCDCD. Windows color (decimal): -3285635 or 8248781. OLE color: 8248781.

HSL color Cylindrical-coordinate representation of color #CDDD7D: hue angle of 70º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CDDD7D is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB205221125-
CMYK0.0700.430.13
HSL70º58.54%67.84%-
HSV(B)70º43.44%86.67%-
XYZ54.7366.1729.29-
YUV205.2782.7127.81-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.21%
GREEN value IS 221 (86.72% from 255) = 40.11%
BLUE value IS 125 (49.22% from 255) = 22.69%
R=37.21%
G=40.11%
B=22.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052211250.0700.430.137058.5467.84
HexCDDD7D702BD463b44
Octal31533517570531510673104
Binary110011011101110111111011110101011110110001101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDD7D; }

 p { color: rgb(205,221,125); }

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

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

 a { background-color: rgb(205,221,125); }

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

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

 span { border-color: rgb(205,221,125); }

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