Html Css Color HEX #D8D861 Goldenrod

📋 copy color: '#D8D861'

red 216 ◦ green 216 ◦ blue 97

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

Shades of Goldenrod #D8D861

Tints of Goldenrod #D8D861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.34%

R = 40.83%
G = 40.83%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D8D861 (or 0xD8D861) is known color: Goldenrod. HEX triplet: D8, D8 and 61. RGB value is (216,216,97). Sum of RGB (Red+Green+Blue) = 216+216+97=529 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.83% from 529); Green value is 216 (84.77% from 255 or 40.83% from 529); Blue value is 97 (38.28% from 255 or 18.34% from 529); Max value from RGB is 216 - color contains mainly: red, green. Hex color #D8D861 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D861 is #27279E. Grayscale: #CACACA. Windows color (decimal): -2566047 or 6412504. OLE color: 6412504.

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

Color convert

RGB 216 216 97 -
CMYK 0 0 0.55 0.15
HSL 60º 0.6% 0.61% -
HSV(B) 60º 0.55% 0.85% -
XYZ 55.03 64.57 20.87 -
YUV 202.43 68.5 137.68 -
System Red Green Blue C M Y K H S L
Decimal 216 216 97 0 0 0.55 0.15 60 0.6 0.61
Hex D8 D8 61 0 0 37 F 3C 3C 3D
Octal 330 330 141 0 0 67 17 74 74 75
Binary 11011000 11011000 1100001 0 0 110111 1111 111100 111100 111101

Color Harmonies of #D8D861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D861

Black with #D8D861

Text Example


Text Example

White with #D8D861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D861; }

 p { color: rgb(216,216,97); }

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

background-color css

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

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

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

border-color css

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

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

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