#D0DF8A

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

Shades of Deco #D0DF8A

Tints of Deco #D0DF8A

Color information

#D0DF8A (or 0xD0DF8A) is unknown color: approx Deco. HEX triplet: D0, DF and 8A. RGB value is (208,223,138). Sum of RGB (Red+Green+Blue) = 208+223+138=569 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.56% from 569); Green value is 223 (87.5% from 255 or 39.19% from 569); Blue value is 138 (54.30% from 255 or 24.25% from 569); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DF8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DF8A is #2F2075. Grayscale: #D1D1D1. Windows color (decimal): -3088502 or 9101264. OLE color: 9101264.

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

Color convert

RGB208223138-
CMYK0.0700.380.13
HSL70.59º57.05%70.78%-
HSV(B)70.59º38.12%87.45%-
XYZ56.9968.0234.17-
YUV208.8288.03127.41-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.56%
GREEN value IS 223 (87.5% from 255) = 39.19%
BLUE value IS 138 (54.30% from 255) = 24.25%
R=36.56%
G=39.19%
B=24.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2082231380.0700.380.1370.5957.0570.78
HexD0DF8A7026D473947
Octal32033721270461510771107
Binary1101000011011111100010101110100110110110001111110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DF8A; }

 p { color: rgb(208,223,138); }

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

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

 a { background-color: rgb(208,223,138); }

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

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

 span { border-color: rgb(208,223,138); }

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