Html Css Color HEX #D5DE7E Goldenrod

📋 copy color: '#D5DE7E'

red 213 ◦ green 222 ◦ blue 126

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

Shades of Goldenrod #D5DE7E

Tints of Goldenrod #D5DE7E

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.57%

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

R = 37.97%
G = 39.57%
B = 22.46%

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

#D5DE7E (or 0xD5DE7E) is known color: Goldenrod. HEX triplet: D5, DE and 7E. RGB value is (213,222,126). Sum of RGB (Red+Green+Blue) = 213+222+126=561 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.97% from 561); Green value is 222 (87.11% from 255 or 39.57% from 561); Blue value is 126 (49.61% from 255 or 22.46% from 561); Max value from RGB is 222 - color contains mainly: green. Hex color #D5DE7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DE7E is #2A2181. Grayscale: #D0D0D0. Windows color (decimal): -2761090 or 8314581. OLE color: 8314581.

HSL color Cylindrical-coordinate representation of color #D5DE7E: hue angle of 65.62º degrees, saturation: 0.59, 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 #D5DE7E is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 222 126 -
CMYK 0.04 0 0.43 0.13
HSL 65.63º 0.59% 0.68% -
HSV(B) 65.63º 0.43% 0.87% -
XYZ 57.33 67.9 29.82 -
YUV 208.37 81.52 131.31 -
System Red Green Blue C M Y K H S L
Decimal 213 222 126 0.04 0 0.43 0.13 65.63 0.59 0.68
Hex D5 DE 7E 4 0 2B D 42 3B 44
Octal 325 336 176 4 0 53 15 102 73 104
Binary 11010101 11011110 1111110 100 0 101011 1101 1000010 111011 1000100

Color Harmonies of #D5DE7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DE7E

Black with #D5DE7E

Text Example


Text Example

White with #D5DE7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DE7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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