Html Css Color HEX #D5E07A Goldenrod

📋 copy color: '#D5E07A'

red 213 ◦ green 224 ◦ blue 122

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

Shades of Goldenrod #D5E07A

Tints of Goldenrod #D5E07A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 21.82%

R = 38.1%
G = 40.07%
B = 21.82%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#D5E07A (or 0xD5E07A) is known color: Goldenrod. HEX triplet: D5, E0 and 7A. RGB value is (213,224,122). Sum of RGB (Red+Green+Blue) = 213+224+122=559 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.10% from 559); Green value is 224 (87.89% from 255 or 40.07% from 559); Blue value is 122 (48.05% from 255 or 21.82% from 559); Max value from RGB is 224 - color contains mainly: green. Hex color #D5E07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5E07A is #2A1F85. Grayscale: #D1D1D1. Windows color (decimal): -2760582 or 8052949. OLE color: 8052949.

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

Color convert

RGB 213 224 122 -
CMYK 0.05 0 0.46 0.12
HSL 66.47º 0.62% 0.68% -
HSV(B) 66.47º 0.46% 0.88% -
XYZ 57.61 68.86 28.67 -
YUV 209.08 78.86 130.79 -
System Red Green Blue C M Y K H S L
Decimal 213 224 122 0.05 0 0.46 0.12 66.47 0.62 0.68
Hex D5 E0 7A 5 0 2E C 42 3E 44
Octal 325 340 172 5 0 56 14 102 76 104
Binary 11010101 11100000 1111010 101 0 101110 1100 1000010 111110 1000100

Color Harmonies of #D5E07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E07A

Black with #D5E07A

Text Example


Text Example

White with #D5E07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E07A; }

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

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

background-color css

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

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

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

border-color css

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

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

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