Html Css Color HEX #D8D36E Goldenrod

📋 copy color: '#D8D36E'

red 216 ◦ green 211 ◦ blue 110

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

Shades of Goldenrod #D8D36E

Tints of Goldenrod #D8D36E

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.29%

 BLUE value IS 110 (43.36% from 255) = 20.48%

R = 40.22%
G = 39.29%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D8D36E (or 0xD8D36E) is known color: Goldenrod. HEX triplet: D8, D3 and 6E. RGB value is (216,211,110). Sum of RGB (Red+Green+Blue) = 216+211+110=537 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.22% from 537); Green value is 211 (82.81% from 255 or 39.29% from 537); Blue value is 110 (43.36% from 255 or 20.48% from 537); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D36E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D36E is #272C91. Grayscale: #C9C9C9. Windows color (decimal): -2567314 or 7263192. OLE color: 7263192.

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

Color convert

RGB 216 211 110 -
CMYK 0 0.02 0.49 0.15
HSL 57.17º 0.58% 0.64% -
HSV(B) 57.17º 0.49% 0.85% -
XYZ 54.43 62.31 23.91 -
YUV 200.98 76.66 138.71 -
System Red Green Blue C M Y K H S L
Decimal 216 211 110 0 0.02 0.49 0.15 57.17 0.58 0.64
Hex D8 D3 6E 0 2 31 F 39 3A 40
Octal 330 323 156 0 2 61 17 71 72 100
Binary 11011000 11010011 1101110 0 10 110001 1111 111001 111010 1000000

Color Harmonies of #D8D36E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D36E

Black with #D8D36E

Text Example


Text Example

White with #D8D36E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D36E; }

 p { color: rgb(216,211,110); }

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

background-color css

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

 a { background-color: rgb(216,211,110); }

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

border-color css

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

 span { border-color: rgb(216,211,110); }

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