Html Css Color HEX #D1D86F Goldenrod

📋 copy color: '#D1D86F'

red 209 ◦ green 216 ◦ blue 111

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

Shades of Goldenrod #D1D86F

Tints of Goldenrod #D1D86F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.71%

R = 38.99%
G = 40.3%
B = 20.71%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D1D86F (or 0xD1D86F) is known color: Goldenrod. HEX triplet: D1, D8 and 6F. RGB value is (209,216,111). Sum of RGB (Red+Green+Blue) = 209+216+111=536 (70% of max value = 765). Red value is 209 (82.03% from 255 or 38.99% from 536); Green value is 216 (84.77% from 255 or 40.30% from 536); Blue value is 111 (43.75% from 255 or 20.71% from 536); Max value from RGB is 216 - color contains mainly: green. Hex color #D1D86F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D86F is #2E2790. Grayscale: #CACACA. Windows color (decimal): -3024785 or 7330001. OLE color: 7330001.

HSL color Cylindrical-coordinate representation of color #D1D86F: hue angle of 64º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D1D86F is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 216 111 -
CMYK 0.03 0 0.49 0.15
HSL 64º 0.57% 0.64% -
HSV(B) 64º 0.49% 0.85% -
XYZ 53.72 63.81 24.53 -
YUV 201.94 76.68 133.04 -
System Red Green Blue C M Y K H S L
Decimal 209 216 111 0.03 0 0.49 0.15 64 0.57 0.64
Hex D1 D8 6F 3 0 31 F 40 39 40
Octal 321 330 157 3 0 61 17 100 71 100
Binary 11010001 11011000 1101111 11 0 110001 1111 1000000 111001 1000000

Color Harmonies of #D1D86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D86F

Black with #D1D86F

Text Example


Text Example

White with #D1D86F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D86F; }

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

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

background-color css

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

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

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

border-color css

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

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

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