#d5e070

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

Shades of Goldenrod #D5E070

Tints of Goldenrod #D5E070

Color information

#D5E070 (or 0xD5E070) is unknown color: approx Goldenrod. HEX triplet: D5, E0 and 70. RGB value is (213,224,112). Sum of RGB (Red+Green+Blue) = 213+224+112=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 224 (87.89% from 255 or 40.80% from 549); Blue value is 112 (44.14% from 255 or 20.40% from 549); Max value from RGB is 224 - color contains mainly: green. Hex color #D5E070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5E070 is #2A1F8F. Grayscale: #D0D0D0. Windows color (decimal): -2760592 or 7397589. OLE color: 7397589.

HSL color Cylindrical-coordinate representation of color #D5E070: hue angle of 65.89º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D5E070 is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB213224112-
CMYK0.0500.500.12
HSL65.89º64.37%65.88%-
HSV(B)65.89º50%87.84%-
XYZ57.0268.6325.57-
YUV207.9473.86131.61-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.80%
GREEN value IS 224 (87.89% from 255) = 40.80%
BLUE value IS 112 (44.14% from 255) = 20.40%
R=38.80%
G=40.80%
B=20.40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2132241120.0500.500.1265.8964.3765.88
HexD5E0705032C424042
Octal325340160506214102100102
Binary1101010111100000111000010101100101100100001010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d5e070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d5e070; }

 p { color: rgb(213,224,112); }

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

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

 a { background-color: rgb(213,224,112); }

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

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

 span { border-color: rgb(213,224,112); }

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