Html Css Color HEX #D5DF7E Goldenrod

📋 copy color: '#D5DF7E'

red 213 ◦ green 223 ◦ blue 126

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

Shades of Goldenrod #D5DF7E

Tints of Goldenrod #D5DF7E

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.68%

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

R = 37.9%
G = 39.68%
B = 22.42%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#D5DF7E (or 0xD5DF7E) is known color: Goldenrod. HEX triplet: D5, DF and 7E. RGB value is (213,223,126). Sum of RGB (Red+Green+Blue) = 213+223+126=562 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.90% from 562); Green value is 223 (87.5% from 255 or 39.68% from 562); Blue value is 126 (49.61% from 255 or 22.42% from 562); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DF7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DF7E is #2A2081. Grayscale: #D1D1D1. Windows color (decimal): -2760834 or 8314837. OLE color: 8314837.

HSL color Cylindrical-coordinate representation of color #D5DF7E: hue angle of 66.19º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D5DF7E is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 223 126 -
CMYK 0.04 0 0.43 0.13
HSL 66.19º 0.6% 0.68% -
HSV(B) 66.19º 0.43% 0.87% -
XYZ 57.59 68.43 29.91 -
YUV 208.95 81.19 130.89 -
System Red Green Blue C M Y K H S L
Decimal 213 223 126 0.04 0 0.43 0.13 66.19 0.6 0.68
Hex D5 DF 7E 4 0 2B D 42 3C 44
Octal 325 337 176 4 0 53 15 102 74 104
Binary 11010101 11011111 1111110 100 0 101011 1101 1000010 111100 1000100

Color Harmonies of #D5DF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DF7E

Black with #D5DF7E

Text Example


Text Example

White with #D5DF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DF7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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