Html Css Color HEX #D8D671 Goldenrod

📋 copy color: '#D8D671'

red 216 ◦ green 214 ◦ blue 113

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

Shades of Goldenrod #D8D671

Tints of Goldenrod #D8D671

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.41%

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

R = 39.78%
G = 39.41%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D8D671 (or 0xD8D671) is known color: Goldenrod. HEX triplet: D8, D6 and 71. RGB value is (216,214,113). Sum of RGB (Red+Green+Blue) = 216+214+113=543 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.78% from 543); Green value is 214 (83.98% from 255 or 39.41% from 543); Blue value is 113 (44.53% from 255 or 20.81% from 543); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D671 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D671 is #27298E. Grayscale: #CBCBCB. Windows color (decimal): -2566543 or 7460568. OLE color: 7460568.

HSL color Cylindrical-coordinate representation of color #D8D671: hue angle of 58.83º degrees, saturation: 0.57, 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 #D8D671 is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 214 113 -
CMYK 0 0.01 0.48 0.15
HSL 58.83º 0.57% 0.65% -
HSV(B) 58.83º 0.48% 0.85% -
XYZ 55.35 63.88 25.04 -
YUV 203.08 77.16 137.21 -
System Red Green Blue C M Y K H S L
Decimal 216 214 113 0 0.01 0.48 0.15 58.83 0.57 0.65
Hex D8 D6 71 0 1 30 F 3B 39 41
Octal 330 326 161 0 1 60 17 73 71 101
Binary 11011000 11010110 1110001 0 1 110000 1111 111011 111001 1000001

Color Harmonies of #D8D671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D671

Black with #D8D671

Text Example


Text Example

White with #D8D671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D671; }

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

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

background-color css

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

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

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

border-color css

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

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

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