Html Css Color HEX #D8D06D Goldenrod

📋 copy color: '#D8D06D'

red 216 ◦ green 208 ◦ blue 109

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

Shades of Goldenrod #D8D06D

Tints of Goldenrod #D8D06D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.02%

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

R = 40.53%
G = 39.02%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8D06D (or 0xD8D06D) is known color: Goldenrod. HEX triplet: D8, D0 and 6D. RGB value is (216,208,109). Sum of RGB (Red+Green+Blue) = 216+208+109=533 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.53% from 533); Green value is 208 (81.64% from 255 or 39.02% from 533); Blue value is 109 (42.97% from 255 or 20.45% from 533); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D06D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D06D is #272F92. Grayscale: #C7C7C7. Windows color (decimal): -2568083 or 7196888. OLE color: 7196888.

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

Color convert

RGB 216 208 109 -
CMYK 0 0.04 0.50 0.15
HSL 55.51º 0.58% 0.64% -
HSV(B) 55.51º 0.5% 0.85% -
XYZ 53.64 60.81 23.38 -
YUV 199.11 77.15 140.05 -
System Red Green Blue C M Y K H S L
Decimal 216 208 109 0 0.04 0.50 0.15 55.51 0.58 0.64
Hex D8 D0 6D 0 4 32 F 38 3A 40
Octal 330 320 155 0 4 62 17 70 72 100
Binary 11011000 11010000 1101101 0 100 110010 1111 111000 111010 1000000

Color Harmonies of #D8D06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D06D

Black with #D8D06D

Text Example


Text Example

White with #D8D06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D06D; }

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

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

background-color css

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

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

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

border-color css

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

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

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