Html Css Color HEX #D5E07E Goldenrod

📋 copy color: '#D5E07E'

red 213 ◦ green 224 ◦ blue 126

#D5E07E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Goldenrod #D5E07E

Tints of Goldenrod #D5E07E

RGB

 RED value IS 213 (83.59% from 255) = 37.83%

 GREEN value IS 224 (87.89% from 255) = 39.79%

 BLUE value IS 126 (49.61% from 255) = 22.38%

R = 37.83%
G = 39.79%
B = 22.38%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#D5E07E (or 0xD5E07E) is known color: Goldenrod. HEX triplet: D5, E0 and 7E. RGB value is (213,224,126). Sum of RGB (Red+Green+Blue) = 213+224+126=563 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.83% from 563); Green value is 224 (87.89% from 255 or 39.79% from 563); Blue value is 126 (49.61% from 255 or 22.38% from 563); Max value from RGB is 224 - color contains mainly: green. Hex color #D5E07E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5E07E is #2A1F81. Grayscale: #D1D1D1. Windows color (decimal): -2760578 or 8315093. OLE color: 8315093.

HSL color Cylindrical-coordinate representation of color #D5E07E: hue angle of 66.73º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D5E07E is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB 213 224 126 -
CMYK 0.05 0 0.44 0.12
HSL 66.73º 0.61% 0.69% -
HSV(B) 66.73º 0.44% 0.88% -
XYZ 57.86 68.96 30 -
YUV 209.54 80.86 130.47 -
System Red Green Blue C M Y K H S L
Decimal 213 224 126 0.05 0 0.44 0.12 66.73 0.61 0.69
Hex D5 E0 7E 5 0 2C C 43 3D 45
Octal 325 340 176 5 0 54 14 103 75 105
Binary 11010101 11100000 1111110 101 0 101100 1100 1000011 111101 1000101

Color Harmonies of #D5E07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E07E

Black with #D5E07E

Text Example


Text Example

White with #D5E07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E07E; }

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

 H1.HeaderClassName
 {
   color: #D5E07E;
 }
 .AnyTagClassName
 {
   color: #D5E07E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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