Html Css Color HEX #D8D962 Goldenrod

📋 copy color: '#D8D962'

red 216 ◦ green 217 ◦ blue 98

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

Shades of Goldenrod #D8D962

Tints of Goldenrod #D8D962

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.87%

 BLUE value IS 98 (38.67% from 255) = 18.46%

R = 40.68%
G = 40.87%
B = 18.46%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D8D962 (or 0xD8D962) is known color: Goldenrod. HEX triplet: D8, D9 and 62. RGB value is (216,217,98). Sum of RGB (Red+Green+Blue) = 216+217+98=531 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.68% from 531); Green value is 217 (85.16% from 255 or 40.87% from 531); Blue value is 98 (38.67% from 255 or 18.46% from 531); Max value from RGB is 217 - color contains mainly: green. Hex color #D8D962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D962 is #27269D. Grayscale: #CBCBCB. Windows color (decimal): -2565790 or 6478296. OLE color: 6478296.

HSL color Cylindrical-coordinate representation of color #D8D962: hue angle of 60.5º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D8D962 is Cyan = 0.00, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 217 98 -
CMYK 0.00 0 0.55 0.15
HSL 60.5º 0.61% 0.62% -
HSV(B) 60.5º 0.55% 0.85% -
XYZ 55.34 65.11 21.21 -
YUV 203.14 68.67 137.18 -
System Red Green Blue C M Y K H S L
Decimal 216 217 98 0.00 0 0.55 0.15 60.5 0.61 0.62
Hex D8 D9 62 0 0 37 F 3D 3D 3E
Octal 330 331 142 0 0 67 17 75 75 76
Binary 11011000 11011001 1100010 0 0 110111 1111 111101 111101 111110

Color Harmonies of #D8D962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D962

Black with #D8D962

Text Example


Text Example

White with #D8D962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D962; }

 p { color: rgb(216,217,98); }

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

background-color css

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

 a { background-color: rgb(216,217,98); }

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

border-color css

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

 span { border-color: rgb(216,217,98); }

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