Html Css Color HEX #D9D77D Goldenrod

📋 copy color: '#D9D77D'

red 217 ◦ green 215 ◦ blue 125

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

Shades of Goldenrod #D9D77D

Tints of Goldenrod #D9D77D

RGB

 RED value IS 217 (85.16% from 255) = 38.96%

 GREEN value IS 215 (84.38% from 255) = 38.6%

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

R = 38.96%
G = 38.6%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D9D77D (or 0xD9D77D) is known color: Goldenrod. HEX triplet: D9, D7 and 7D. RGB value is (217,215,125). Sum of RGB (Red+Green+Blue) = 217+215+125=557 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.96% from 557); Green value is 215 (84.38% from 255 or 38.60% from 557); Blue value is 125 (49.22% from 255 or 22.44% from 557); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D77D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D77D is #262882. Grayscale: #CDCDCD. Windows color (decimal): -2500739 or 8247257. OLE color: 8247257.

HSL color Cylindrical-coordinate representation of color #D9D77D: hue angle of 58.7º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D9D77D is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 215 125 -
CMYK 0 0.01 0.42 0.15
HSL 58.7º 0.55% 0.67% -
HSV(B) 58.7º 0.42% 0.85% -
XYZ 56.62 64.83 28.93 -
YUV 205.34 82.66 136.32 -
System Red Green Blue C M Y K H S L
Decimal 217 215 125 0 0.01 0.42 0.15 58.7 0.55 0.67
Hex D9 D7 7D 0 1 2A F 3B 37 43
Octal 331 327 175 0 1 52 17 73 67 103
Binary 11011001 11010111 1111101 0 1 101010 1111 111011 110111 1000011

Color Harmonies of #D9D77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D77D

Black with #D9D77D

Text Example


Text Example

White with #D9D77D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D77D; }

 p { color: rgb(217,215,125); }

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

background-color css

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

 a { background-color: rgb(217,215,125); }

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

border-color css

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

 span { border-color: rgb(217,215,125); }

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