Html Css Color HEX #D8D36D Goldenrod

📋 copy color: '#D8D36D'

red 216 ◦ green 211 ◦ blue 109

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

Shades of Goldenrod #D8D36D

Tints of Goldenrod #D8D36D

RGB

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

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

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

R = 40.3%
G = 39.37%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8D36D (or 0xD8D36D) is known color: Goldenrod. HEX triplet: D8, D3 and 6D. RGB value is (216,211,109). Sum of RGB (Red+Green+Blue) = 216+211+109=536 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.30% from 536); Green value is 211 (82.81% from 255 or 39.37% from 536); Blue value is 109 (42.97% from 255 or 20.34% from 536); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D36D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D36D is #272C92. Grayscale: #C9C9C9. Windows color (decimal): -2567315 or 7197656. OLE color: 7197656.

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

Color convert

RGB 216 211 109 -
CMYK 0 0.02 0.50 0.15
HSL 57.2º 0.58% 0.64% -
HSV(B) 57.2º 0.5% 0.85% -
XYZ 54.37 62.29 23.63 -
YUV 200.87 76.16 138.79 -
System Red Green Blue C M Y K H S L
Decimal 216 211 109 0 0.02 0.50 0.15 57.2 0.58 0.64
Hex D8 D3 6D 0 2 32 F 39 3A 40
Octal 330 323 155 0 2 62 17 71 72 100
Binary 11011000 11010011 1101101 0 10 110010 1111 111001 111010 1000000

Color Harmonies of #D8D36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D36D

Black with #D8D36D

Text Example


Text Example

White with #D8D36D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D36D; }

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

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

background-color css

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

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

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

border-color css

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

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

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