#D7DB7E

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

Shades of Goldenrod #D7DB7E

Tints of Goldenrod #D7DB7E

Color information

#D7DB7E (or 0xD7DB7E) is unknown color: approx Goldenrod. HEX triplet: D7, DB and 7E. RGB value is (215,219,126). Sum of RGB (Red+Green+Blue) = 215+219+126=560 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.39% from 560); Green value is 219 (85.94% from 255 or 39.11% from 560); Blue value is 126 (49.61% from 255 or 22.5% from 560); Max value from RGB is 219 - color contains mainly: green. Hex color #D7DB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7DB7E is #282481. Grayscale: #CFCFCF. Windows color (decimal): -2630786 or 8313815. OLE color: 8313815.

HSL color Cylindrical-coordinate representation of color #D7DB7E: hue angle of 62.58º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D7DB7E is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB215219126-
CMYK0.0200.420.14
HSL62.58º56.36%67.65%-
HSV(B)62.58º42.47%85.88%-
XYZ57.1266.6229.59-
YUV207.282.17133.56-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.39%
GREEN value IS 219 (85.94% from 255) = 39.11%
BLUE value IS 126 (49.61% from 255) = 22.5%
R=38.39%
G=39.11%
B=22.5%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2152191260.0200.420.1462.5856.3667.65
HexD7DB7E202AE3f3844
Octal3273331762052167770104
Binary1101011111011011111111010010101011101111111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DB7E; }

 p { color: rgb(215,219,126); }

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

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

 a { background-color: rgb(215,219,126); }

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

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

 span { border-color: rgb(215,219,126); }

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