Html Css Color HEX #D8DC61 Goldenrod

📋 copy color: '#D8DC61'

red 216 ◦ green 220 ◦ blue 97

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

Shades of Goldenrod #D8DC61

Tints of Goldenrod #D8DC61

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.28%

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

R = 40.53%
G = 41.28%
B = 18.2%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#D8DC61 (or 0xD8DC61) is known color: Goldenrod. HEX triplet: D8, DC and 61. RGB value is (216,220,97). Sum of RGB (Red+Green+Blue) = 216+220+97=533 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.53% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 97 (38.28% from 255 or 18.20% from 533); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DC61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DC61 is #27239E. Grayscale: #CDCDCD. Windows color (decimal): -2565023 or 6413528. OLE color: 6413528.

HSL color Cylindrical-coordinate representation of color #D8DC61: hue angle of 61.95º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D8DC61 is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 220 97 -
CMYK 0.02 0 0.56 0.14
HSL 61.95º 0.64% 0.62% -
HSV(B) 61.95º 0.56% 0.86% -
XYZ 56.07 66.65 21.22 -
YUV 204.78 67.17 136 -
System Red Green Blue C M Y K H S L
Decimal 216 220 97 0.02 0 0.56 0.14 61.95 0.64 0.62
Hex D8 DC 61 2 0 38 E 3E 40 3E
Octal 330 334 141 2 0 70 16 76 100 76
Binary 11011000 11011100 1100001 10 0 111000 1110 111110 1000000 111110

Color Harmonies of #D8DC61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DC61

Black with #D8DC61

Text Example


Text Example

White with #D8DC61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DC61; }

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

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

background-color css

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

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

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

border-color css

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

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

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