#D4DA7D

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

Shades of Deco #D4DA7D

Tints of Deco #D4DA7D

Color information

#D4DA7D (or 0xD4DA7D) is unknown color: approx Deco. HEX triplet: D4, DA and 7D. RGB value is (212,218,125). Sum of RGB (Red+Green+Blue) = 212+218+125=555 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.20% from 555); Green value is 218 (85.55% from 255 or 39.28% from 555); Blue value is 125 (49.22% from 255 or 22.52% from 555); Max value from RGB is 218 - color contains mainly: green. Hex color #D4DA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4DA7D is #2B2582. Grayscale: #CDCDCD. Windows color (decimal): -2827651 or 8248020. OLE color: 8248020.

HSL color Cylindrical-coordinate representation of color #D4DA7D: hue angle of 63.87º 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 #D4DA7D is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB212218125-
CMYK0.0300.430.15
HSL63.87º55.69%67.25%-
HSV(B)63.87º42.66%85.49%-
XYZ55.9265.6229.12-
YUV205.682.51132.56-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.20%
GREEN value IS 218 (85.55% from 255) = 39.28%
BLUE value IS 125 (49.22% from 255) = 22.52%
R=38.20%
G=39.28%
B=22.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2122181250.0300.430.1563.8755.6967.25
HexD4DA7D302BF403843
Octal32433217530531710070103
Binary11010100110110101111101110101011111110000001110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DA7D; }

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

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

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

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

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

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

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

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