#D1DA6D

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

Shades of Goldenrod #D1DA6D

Tints of Goldenrod #D1DA6D

Color information

#D1DA6D (or 0xD1DA6D) is unknown color: approx Goldenrod. HEX triplet: D1, DA and 6D. RGB value is (209,218,109). Sum of RGB (Red+Green+Blue) = 209+218+109=536 (70% of max value = 765). Red value is 209 (82.03% from 255 or 38.99% from 536); Green value is 218 (85.55% from 255 or 40.67% from 536); Blue value is 109 (42.97% from 255 or 20.34% from 536); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DA6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1DA6D is #2E2592. Grayscale: #CBCBCB. Windows color (decimal): -3024275 or 7199441. OLE color: 7199441.

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

Color convert

RGB209218109-
CMYK0.0400.50.15
HSL64.95º59.56%64.12%-
HSV(B)64.95º50%85.49%-
XYZ54.1364.824.12-
YUV202.8875.02132.36-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.99%
GREEN value IS 218 (85.55% from 255) = 40.67%
BLUE value IS 109 (42.97% from 255) = 20.34%
R=38.99%
G=40.67%
B=20.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2092181090.0400.50.1564.9559.5664.12
HexD1DA6D4032F413c40
Octal32133215540621710174100
Binary110100011101101011011011000110010111110000011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DA6D; }

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

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

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

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

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

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

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

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