#CDDC7F

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

Shades of Deco #CDDC7F

Tints of Deco #CDDC7F

Color information

#CDDC7F (or 0xCDDC7F) is unknown color: approx Deco. HEX triplet: CD, DC and 7F. RGB value is (205,220,127). Sum of RGB (Red+Green+Blue) = 205+220+127=552 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.14% from 552); Green value is 220 (86.33% from 255 or 39.86% from 552); Blue value is 127 (50% from 255 or 23.01% from 552); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDC7F is #322380. Grayscale: #CDCDCD. Windows color (decimal): -3285889 or 8379597. OLE color: 8379597.

HSL color Cylindrical-coordinate representation of color #CDDC7F: hue angle of 69.68º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CDDC7F is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB205220127-
CMYK0.0700.420.14
HSL69.68º57.06%68.04%-
HSV(B)69.68º42.27%86.27%-
XYZ54.665.729.88-
YUV204.9184.03128.06-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.14%
GREEN value IS 220 (86.33% from 255) = 39.86%
BLUE value IS 127 (50% from 255) = 23.01%
R=37.14%
G=39.86%
B=23.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2052201270.0700.420.1469.6857.0668.04
HexCDDC7F702AE463944
Octal31533417770521610671104
Binary110011011101110011111111110101010111010001101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDC7F; }

 p { color: rgb(205,220,127); }

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

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

 a { background-color: rgb(205,220,127); }

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

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

 span { border-color: rgb(205,220,127); }

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