Html Css Color HEX #D8D961 Goldenrod

📋 copy color: '#D8D961'

red 216 ◦ green 217 ◦ blue 97

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

Shades of Goldenrod #D8D961

Tints of Goldenrod #D8D961

RGB

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

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

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

R = 40.75%
G = 40.94%
B = 18.3%

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

#D8D961 (or 0xD8D961) is known color: Goldenrod. HEX triplet: D8, D9 and 61. RGB value is (216,217,97). Sum of RGB (Red+Green+Blue) = 216+217+97=530 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.75% from 530); Green value is 217 (85.16% from 255 or 40.94% from 530); Blue value is 97 (38.28% from 255 or 18.30% from 530); Max value from RGB is 217 - color contains mainly: green. Hex color #D8D961 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D961 is #27269E. Grayscale: #CBCBCB. Windows color (decimal): -2565791 or 6412760. OLE color: 6412760.

HSL color Cylindrical-coordinate representation of color #D8D961: 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 #D8D961 is Cyan = 0.00, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 217 97 -
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.29 65.09 20.96 -
YUV 203.02 68.17 137.26 -
System Red Green Blue C M Y K H S L
Decimal 216 217 97 0.00 0 0.55 0.15 60.5 0.61 0.62
Hex D8 D9 61 0 0 37 F 3C 3D 3E
Octal 330 331 141 0 0 67 17 74 75 76
Binary 11011000 11011001 1100001 0 0 110111 1111 111100 111101 111110

Color Harmonies of #D8D961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D961

Black with #D8D961

Text Example


Text Example

White with #D8D961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D961; }

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

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

background-color css

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

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

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

border-color css

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

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

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