Html Css Color HEX #D8D761 Goldenrod

📋 copy color: '#D8D761'

red 216 ◦ green 215 ◦ blue 97

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

Shades of Goldenrod #D8D761

Tints of Goldenrod #D8D761

RGB

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

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

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

R = 40.91%
G = 40.72%
B = 18.37%

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

#D8D761 (or 0xD8D761) is known color: Goldenrod. HEX triplet: D8, D7 and 61. RGB value is (216,215,97). Sum of RGB (Red+Green+Blue) = 216+215+97=528 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.91% from 528); Green value is 215 (84.38% from 255 or 40.72% from 528); Blue value is 97 (38.28% from 255 or 18.37% from 528); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D761 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D761 is #27289E. Grayscale: #CACACA. Windows color (decimal): -2566303 or 6412248. OLE color: 6412248.

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

Color convert

RGB 216 215 97 -
CMYK 0 0.00 0.55 0.15
HSL 59.5º 0.6% 0.61% -
HSV(B) 59.5º 0.55% 0.85% -
XYZ 54.78 64.06 20.79 -
YUV 201.85 68.83 138.09 -
System Red Green Blue C M Y K H S L
Decimal 216 215 97 0 0.00 0.55 0.15 59.5 0.6 0.61
Hex D8 D7 61 0 0 37 F 3B 3C 3D
Octal 330 327 141 0 0 67 17 73 74 75
Binary 11011000 11010111 1100001 0 0 110111 1111 111011 111100 111101

Color Harmonies of #D8D761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D761

Black with #D8D761

Text Example


Text Example

White with #D8D761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D761; }

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

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

background-color css

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

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

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

border-color css

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

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

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