Html Css Color HEX #D8DA71 Goldenrod

📋 copy color: '#D8DA71'

red 216 ◦ green 218 ◦ blue 113

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

Shades of Goldenrod #D8DA71

Tints of Goldenrod #D8DA71

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.85%

 BLUE value IS 113 (44.53% from 255) = 20.66%

R = 39.49%
G = 39.85%
B = 20.66%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D8DA71 (or 0xD8DA71) is known color: Goldenrod. HEX triplet: D8, DA and 71. RGB value is (216,218,113). Sum of RGB (Red+Green+Blue) = 216+218+113=547 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.49% from 547); Green value is 218 (85.55% from 255 or 39.85% from 547); Blue value is 113 (44.53% from 255 or 20.66% from 547); Max value from RGB is 218 - color contains mainly: green. Hex color #D8DA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DA71 is #27258E. Grayscale: #CDCDCD. Windows color (decimal): -2565519 or 7461592. OLE color: 7461592.

HSL color Cylindrical-coordinate representation of color #D8DA71: hue angle of 61.14º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D8DA71 is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 218 113 -
CMYK 0.01 0 0.48 0.15
HSL 61.14º 0.59% 0.65% -
HSV(B) 61.14º 0.48% 0.85% -
XYZ 56.37 65.93 25.38 -
YUV 205.43 75.84 135.54 -
System Red Green Blue C M Y K H S L
Decimal 216 218 113 0.01 0 0.48 0.15 61.14 0.59 0.65
Hex D8 DA 71 1 0 30 F 3D 3B 41
Octal 330 332 161 1 0 60 17 75 73 101
Binary 11011000 11011010 1110001 1 0 110000 1111 111101 111011 1000001

Color Harmonies of #D8DA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DA71

Black with #D8DA71

Text Example


Text Example

White with #D8DA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DA71; }

 p { color: rgb(216,218,113); }

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

background-color css

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

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

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

border-color css

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

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

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