#D0DC7F

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

Shades of Deco #D0DC7F

Tints of Deco #D0DC7F

Color information

#D0DC7F (or 0xD0DC7F) is unknown color: approx Deco. HEX triplet: D0, DC and 7F. RGB value is (208,220,127). Sum of RGB (Red+Green+Blue) = 208+220+127=555 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.48% from 555); Green value is 220 (86.33% from 255 or 39.64% from 555); Blue value is 127 (50% from 255 or 22.88% from 555); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DC7F is #2F2380. Grayscale: #CECECE. Windows color (decimal): -3089281 or 8379600. OLE color: 8379600.

HSL color Cylindrical-coordinate representation of color #D0DC7F: hue angle of 67.74º 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 #D0DC7F is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB208220127-
CMYK0.0500.420.14
HSL67.74º57.06%68.04%-
HSV(B)67.74º42.27%86.27%-
XYZ55.4466.1329.92-
YUV205.8183.52129.56-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.48%
GREEN value IS 220 (86.33% from 255) = 39.64%
BLUE value IS 127 (50% from 255) = 22.88%
R=37.48%
G=39.64%
B=22.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2082201270.0500.420.1467.7457.0668.04
HexD0DC7F502AE443944
Octal32033417750521610471104
Binary110100001101110011111111010101010111010001001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DC7F; }

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

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

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

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

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

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

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

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