Html Css Color HEX #D8D97D Goldenrod

📋 copy color: '#D8D97D'

red 216 ◦ green 217 ◦ blue 125

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

Shades of Goldenrod #D8D97D

Tints of Goldenrod #D8D97D

RGB

 RED value IS 216 (84.77% from 255) = 38.71%

 GREEN value IS 217 (85.16% from 255) = 38.89%

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

R = 38.71%
G = 38.89%
B = 22.4%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D8D97D (or 0xD8D97D) is known color: Goldenrod. HEX triplet: D8, D9 and 7D. RGB value is (216,217,125). Sum of RGB (Red+Green+Blue) = 216+217+125=558 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.71% from 558); Green value is 217 (85.16% from 255 or 38.89% from 558); Blue value is 125 (49.22% from 255 or 22.40% from 558); Max value from RGB is 217 - color contains mainly: green. Hex color #D8D97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D97D is #272682. Grayscale: #CECECE. Windows color (decimal): -2565763 or 8247768. OLE color: 8247768.

HSL color Cylindrical-coordinate representation of color #D8D97D: hue angle of 60.65º 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 #D8D97D is Cyan = 0.00, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 217 125 -
CMYK 0.00 0 0.42 0.15
HSL 60.65º 0.55% 0.67% -
HSV(B) 60.65º 0.42% 0.85% -
XYZ 56.83 65.71 29.09 -
YUV 206.21 82.17 134.98 -
System Red Green Blue C M Y K H S L
Decimal 216 217 125 0.00 0 0.42 0.15 60.65 0.55 0.67
Hex D8 D9 7D 0 0 2A F 3D 37 43
Octal 330 331 175 0 0 52 17 75 67 103
Binary 11011000 11011001 1111101 0 0 101010 1111 111101 110111 1000011

Color Harmonies of #D8D97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D97D

Black with #D8D97D

Text Example


Text Example

White with #D8D97D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D97D; }

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

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

background-color css

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

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

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

border-color css

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

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

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