Html Css Color HEX #D1D171 Goldenrod

📋 copy color: '#D1D171'

red 209 ◦ green 209 ◦ blue 113

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

Shades of Goldenrod #D1D171

Tints of Goldenrod #D1D171

RGB

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

 GREEN value IS 209 (82.03% from 255) = 39.36%

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

R = 39.36%
G = 39.36%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D1D171 (or 0xD1D171) is known color: Goldenrod. HEX triplet: D1, D1 and 71. RGB value is (209,209,113). Sum of RGB (Red+Green+Blue) = 209+209+113=531 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.36% from 531); Green value is 209 (82.03% from 255 or 39.36% from 531); Blue value is 113 (44.53% from 255 or 21.28% from 531); Max value from RGB is 209 - color contains mainly: red, green. Hex color #D1D171 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D171 is #2E2E8E. Grayscale: #C6C6C6. Windows color (decimal): -3026575 or 7459281. OLE color: 7459281.

HSL color Cylindrical-coordinate representation of color #D1D171: hue angle of 60º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D1D171 is Cyan = 0, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 209 113 -
CMYK 0 0 0.46 0.18
HSL 60º 0.51% 0.63% -
HSV(B) 60º 0.46% 0.82% -
XYZ 52.08 60.35 24.53 -
YUV 198.06 80 135.81 -
System Red Green Blue C M Y K H S L
Decimal 209 209 113 0 0 0.46 0.18 60 0.51 0.63
Hex D1 D1 71 0 0 2E 12 3C 33 3F
Octal 321 321 161 0 0 56 22 74 63 77
Binary 11010001 11010001 1110001 0 0 101110 10010 111100 110011 111111

Color Harmonies of #D1D171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D171

Black with #D1D171

Text Example


Text Example

White with #D1D171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D171; }

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

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

background-color css

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

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

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

border-color css

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

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

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