Html Css Color HEX #D8D46E Goldenrod

📋 copy color: '#D8D46E'

red 216 ◦ green 212 ◦ blue 110

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

Shades of Goldenrod #D8D46E

Tints of Goldenrod #D8D46E

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.41%

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

R = 40.15%
G = 39.41%
B = 20.45%

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

#D8D46E (or 0xD8D46E) is known color: Goldenrod. HEX triplet: D8, D4 and 6E. RGB value is (216,212,110). Sum of RGB (Red+Green+Blue) = 216+212+110=538 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.15% from 538); Green value is 212 (83.20% from 255 or 39.41% from 538); Blue value is 110 (43.36% from 255 or 20.45% from 538); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D46E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D46E is #272B91. Grayscale: #C9C9C9. Windows color (decimal): -2567058 or 7263448. OLE color: 7263448.

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

Color convert

RGB 216 212 110 -
CMYK 0 0.02 0.49 0.15
HSL 57.74º 0.58% 0.64% -
HSV(B) 57.74º 0.49% 0.85% -
XYZ 54.68 62.81 23.99 -
YUV 201.57 76.33 138.29 -
System Red Green Blue C M Y K H S L
Decimal 216 212 110 0 0.02 0.49 0.15 57.74 0.58 0.64
Hex D8 D4 6E 0 2 31 F 3A 3A 40
Octal 330 324 156 0 2 61 17 72 72 100
Binary 11011000 11010100 1101110 0 10 110001 1111 111010 111010 1000000

Color Harmonies of #D8D46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D46E

Black with #D8D46E

Text Example


Text Example

White with #D8D46E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D46E; }

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

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

background-color css

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

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

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

border-color css

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

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

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