Html Css Color HEX #D8D963 Goldenrod

📋 copy color: '#D8D963'

red 216 ◦ green 217 ◦ blue 99

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

Shades of Goldenrod #D8D963

Tints of Goldenrod #D8D963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 18.61%

R = 40.6%
G = 40.79%
B = 18.61%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D8D963 (or 0xD8D963) is known color: Goldenrod. HEX triplet: D8, D9 and 63. RGB value is (216,217,99). Sum of RGB (Red+Green+Blue) = 216+217+99=532 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.60% from 532); Green value is 217 (85.16% from 255 or 40.79% from 532); Blue value is 99 (39.06% from 255 or 18.61% from 532); Max value from RGB is 217 - color contains mainly: green. Hex color #D8D963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D963 is #27269C. Grayscale: #CBCBCB. Windows color (decimal): -2565789 or 6543832. OLE color: 6543832.

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

Color convert

RGB 216 217 99 -
CMYK 0.00 0 0.54 0.15
HSL 60.51º 0.61% 0.62% -
HSV(B) 60.51º 0.54% 0.85% -
XYZ 55.38 65.13 21.46 -
YUV 203.25 69.17 137.09 -
System Red Green Blue C M Y K H S L
Decimal 216 217 99 0.00 0 0.54 0.15 60.51 0.61 0.62
Hex D8 D9 63 0 0 36 F 3D 3D 3E
Octal 330 331 143 0 0 66 17 75 75 76
Binary 11011000 11011001 1100011 0 0 110110 1111 111101 111101 111110

Color Harmonies of #D8D963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D963

Black with #D8D963

Text Example


Text Example

White with #D8D963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D963; }

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

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

background-color css

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

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

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

border-color css

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

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

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