Html Css Color HEX #D8D762 Goldenrod

📋 copy color: '#D8D762'

red 216 ◦ green 215 ◦ blue 98

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

Shades of Goldenrod #D8D762

Tints of Goldenrod #D8D762

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.64%

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

R = 40.83%
G = 40.64%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D8D762 (or 0xD8D762) is known color: Goldenrod. HEX triplet: D8, D7 and 62. RGB value is (216,215,98). Sum of RGB (Red+Green+Blue) = 216+215+98=529 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.83% from 529); Green value is 215 (84.38% from 255 or 40.64% from 529); Blue value is 98 (38.67% from 255 or 18.53% from 529); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D762 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D762 is #27289D. Grayscale: #CACACA. Windows color (decimal): -2566302 or 6477784. OLE color: 6477784.

HSL color Cylindrical-coordinate representation of color #D8D762: hue angle of 59.49º degrees, saturation: 0.6, 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 #D8D762 is Cyan = 0, Magento = 0.00, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 215 98 -
CMYK 0 0.00 0.55 0.15
HSL 59.49º 0.6% 0.62% -
HSV(B) 59.49º 0.55% 0.85% -
XYZ 54.82 64.08 21.03 -
YUV 201.96 69.33 138.01 -
System Red Green Blue C M Y K H S L
Decimal 216 215 98 0 0.00 0.55 0.15 59.49 0.6 0.62
Hex D8 D7 62 0 0 37 F 3B 3C 3E
Octal 330 327 142 0 0 67 17 73 74 76
Binary 11011000 11010111 1100010 0 0 110111 1111 111011 111100 111110

Color Harmonies of #D8D762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D762

Black with #D8D762

Text Example


Text Example

White with #D8D762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D762; }

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

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

background-color css

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

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

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

border-color css

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

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

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