Html Css Color HEX #D8D76D Goldenrod

📋 copy color: '#D8D76D'

red 216 ◦ green 215 ◦ blue 109

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

Shades of Goldenrod #D8D76D

Tints of Goldenrod #D8D76D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.19%

R = 40%
G = 39.81%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8D76D (or 0xD8D76D) is known color: Goldenrod. HEX triplet: D8, D7 and 6D. RGB value is (216,215,109). Sum of RGB (Red+Green+Blue) = 216+215+109=540 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40% from 540); Green value is 215 (84.38% from 255 or 39.81% from 540); Blue value is 109 (42.97% from 255 or 20.19% from 540); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D76D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D76D is #272892. Grayscale: #CBCBCB. Windows color (decimal): -2566291 or 7198680. OLE color: 7198680.

HSL color Cylindrical-coordinate representation of color #D8D76D: hue angle of 59.44º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D8D76D is Cyan = 0, Magento = 0.00, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 215 109 -
CMYK 0 0.00 0.50 0.15
HSL 59.44º 0.58% 0.64% -
HSV(B) 59.44º 0.5% 0.85% -
XYZ 55.38 64.3 23.96 -
YUV 203.22 74.83 137.12 -
System Red Green Blue C M Y K H S L
Decimal 216 215 109 0 0.00 0.50 0.15 59.44 0.58 0.64
Hex D8 D7 6D 0 0 32 F 3B 3A 40
Octal 330 327 155 0 0 62 17 73 72 100
Binary 11011000 11010111 1101101 0 0 110010 1111 111011 111010 1000000

Color Harmonies of #D8D76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D76D

Black with #D8D76D

Text Example


Text Example

White with #D8D76D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D76D; }

 p { color: rgb(216,215,109); }

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

background-color css

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

 a { background-color: rgb(216,215,109); }

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

border-color css

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

 span { border-color: rgb(216,215,109); }

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