Html Css Color HEX #D1D871 Goldenrod

📋 copy color: '#D1D871'

red 209 ◦ green 216 ◦ blue 113

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

Shades of Goldenrod #D1D871

Tints of Goldenrod #D1D871

RGB

 RED value IS 209 (82.03% from 255) = 38.85%

 GREEN value IS 216 (84.77% from 255) = 40.15%

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

R = 38.85%
G = 40.15%
B = 21%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D1D871 (or 0xD1D871) is known color: Goldenrod. HEX triplet: D1, D8 and 71. RGB value is (209,216,113). Sum of RGB (Red+Green+Blue) = 209+216+113=538 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.85% from 538); Green value is 216 (84.77% from 255 or 40.15% from 538); Blue value is 113 (44.53% from 255 or 21.00% from 538); Max value from RGB is 216 - color contains mainly: green. Hex color #D1D871 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D871 is #2E278E. Grayscale: #CACACA. Windows color (decimal): -3024783 or 7461073. OLE color: 7461073.

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

Color convert

RGB 209 216 113 -
CMYK 0.03 0 0.48 0.15
HSL 64.08º 0.57% 0.65% -
HSV(B) 64.08º 0.48% 0.85% -
XYZ 53.83 63.86 25.11 -
YUV 202.17 77.68 132.88 -
System Red Green Blue C M Y K H S L
Decimal 209 216 113 0.03 0 0.48 0.15 64.08 0.57 0.65
Hex D1 D8 71 3 0 30 F 40 39 41
Octal 321 330 161 3 0 60 17 100 71 101
Binary 11010001 11011000 1110001 11 0 110000 1111 1000000 111001 1000001

Color Harmonies of #D1D871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D871

Black with #D1D871

Text Example


Text Example

White with #D1D871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D871; }

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

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

background-color css

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

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

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

border-color css

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

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

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