Html Css Color HEX #D8D061 Goldenrod

📋 copy color: '#D8D061'

red 216 ◦ green 208 ◦ blue 97

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

Shades of Goldenrod #D8D061

Tints of Goldenrod #D8D061

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.92%

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

R = 41.46%
G = 39.92%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D8D061 (or 0xD8D061) is known color: Goldenrod. HEX triplet: D8, D0 and 61. RGB value is (216,208,97). Sum of RGB (Red+Green+Blue) = 216+208+97=521 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.46% from 521); Green value is 208 (81.64% from 255 or 39.92% from 521); Blue value is 97 (38.28% from 255 or 18.62% from 521); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D061 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D061 is #272F9E. Grayscale: #C6C6C6. Windows color (decimal): -2568095 or 6410456. OLE color: 6410456.

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

Color convert

RGB 216 208 97 -
CMYK 0 0.04 0.55 0.15
HSL 55.97º 0.6% 0.61% -
HSV(B) 55.97º 0.55% 0.85% -
XYZ 53.03 60.57 20.21 -
YUV 197.74 71.15 141.03 -
System Red Green Blue C M Y K H S L
Decimal 216 208 97 0 0.04 0.55 0.15 55.97 0.6 0.61
Hex D8 D0 61 0 4 37 F 38 3C 3D
Octal 330 320 141 0 4 67 17 70 74 75
Binary 11011000 11010000 1100001 0 100 110111 1111 111000 111100 111101

Color Harmonies of #D8D061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D061

Black with #D8D061

Text Example


Text Example

White with #D8D061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D061; }

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

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

background-color css

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

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

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

border-color css

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

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

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