Html Css Color HEX #D5E07D Goldenrod

📋 copy color: '#D5E07D'

red 213 ◦ green 224 ◦ blue 125

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

Shades of Goldenrod #D5E07D

Tints of Goldenrod #D5E07D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 22.24%

R = 37.9%
G = 39.86%
B = 22.24%

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

#D5E07D (or 0xD5E07D) is known color: Goldenrod. HEX triplet: D5, E0 and 7D. RGB value is (213,224,125). Sum of RGB (Red+Green+Blue) = 213+224+125=562 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.90% from 562); Green value is 224 (87.89% from 255 or 39.86% from 562); Blue value is 125 (49.22% from 255 or 22.24% from 562); Max value from RGB is 224 - color contains mainly: green. Hex color #D5E07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5E07D is #2A1F82. Grayscale: #D1D1D1. Windows color (decimal): -2760579 or 8249557. OLE color: 8249557.

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

Color convert

RGB 213 224 125 -
CMYK 0.05 0 0.44 0.12
HSL 66.67º 0.61% 0.68% -
HSV(B) 66.67º 0.44% 0.88% -
XYZ 57.8 68.94 29.66 -
YUV 209.43 80.36 130.55 -
System Red Green Blue C M Y K H S L
Decimal 213 224 125 0.05 0 0.44 0.12 66.67 0.61 0.68
Hex D5 E0 7D 5 0 2C C 43 3D 44
Octal 325 340 175 5 0 54 14 103 75 104
Binary 11010101 11100000 1111101 101 0 101100 1100 1000011 111101 1000100

Color Harmonies of #D5E07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E07D

Black with #D5E07D

Text Example


Text Example

White with #D5E07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E07D; }

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

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

background-color css

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

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

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

border-color css

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

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

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