#D6DA75

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

Shades of Goldenrod #D6DA75

Tints of Goldenrod #D6DA75

Color information

#D6DA75 (or 0xD6DA75) is unknown color: approx Goldenrod. HEX triplet: D6, DA and 75. RGB value is (214,218,117). Sum of RGB (Red+Green+Blue) = 214+218+117=549 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.98% from 549); Green value is 218 (85.55% from 255 or 39.71% from 549); Blue value is 117 (46.09% from 255 or 21.31% from 549); Max value from RGB is 218 - color contains mainly: green. Hex color #D6DA75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6DA75 is #29258A. Grayscale: #CDCDCD. Windows color (decimal): -2696587 or 7723734. OLE color: 7723734.

HSL color Cylindrical-coordinate representation of color #D6DA75: hue angle of 62.38º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D6DA75 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB214218117-
CMYK0.0200.460.15
HSL62.38º57.71%65.69%-
HSV(B)62.38º46.33%85.49%-
XYZ56.0165.7226.56-
YUV205.2978.17134.21-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.98%
GREEN value IS 218 (85.55% from 255) = 39.71%
BLUE value IS 117 (46.09% from 255) = 21.31%
R=38.98%
G=39.71%
B=21.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2142181170.0200.460.1562.3857.7165.69
HexD6DA75202EF3e3a42
Octal3263321652056177672102
Binary1101011011011010111010110010111011111111101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DA75; }

 p { color: rgb(214,218,117); }

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

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

 a { background-color: rgb(214,218,117); }

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

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

 span { border-color: rgb(214,218,117); }

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