#D1DA7D

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

Shades of Deco #D1DA7D

Tints of Deco #D1DA7D

Color information

#D1DA7D (or 0xD1DA7D) is unknown color: approx Deco. HEX triplet: D1, DA and 7D. RGB value is (209,218,125). Sum of RGB (Red+Green+Blue) = 209+218+125=552 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.86% from 552); Green value is 218 (85.55% from 255 or 39.49% from 552); Blue value is 125 (49.22% from 255 or 22.64% from 552); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1DA7D is #2E2582. Grayscale: #CDCDCD. Windows color (decimal): -3024259 or 8248017. OLE color: 8248017.

HSL color Cylindrical-coordinate representation of color #D1DA7D: hue angle of 65.81º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D1DA7D is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB209218125-
CMYK0.0400.430.15
HSL65.81º55.69%67.25%-
HSV(B)65.81º42.66%85.49%-
XYZ55.0765.1829.08-
YUV204.7183.02131.06-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.86%
GREEN value IS 218 (85.55% from 255) = 39.49%
BLUE value IS 125 (49.22% from 255) = 22.64%
R=37.86%
G=39.49%
B=22.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2092181250.0400.430.1565.8155.6967.25
HexD1DA7D402BF423843
Octal32133217540531710270103
Binary110100011101101011111011000101011111110000101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DA7D; }

 p { color: rgb(209,218,125); }

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

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

 a { background-color: rgb(209,218,125); }

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

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

 span { border-color: rgb(209,218,125); }

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