Html Css Color HEX #D1D86E Goldenrod

📋 copy color: '#D1D86E'

red 209 ◦ green 216 ◦ blue 110

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

Shades of Goldenrod #D1D86E

Tints of Goldenrod #D1D86E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.56%

R = 39.07%
G = 40.37%
B = 20.56%

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

#D1D86E (or 0xD1D86E) is known color: Goldenrod. HEX triplet: D1, D8 and 6E. RGB value is (209,216,110). Sum of RGB (Red+Green+Blue) = 209+216+110=535 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.07% from 535); Green value is 216 (84.77% from 255 or 40.37% from 535); Blue value is 110 (43.36% from 255 or 20.56% from 535); Max value from RGB is 216 - color contains mainly: green. Hex color #D1D86E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D86E is #2E2791. Grayscale: #CACACA. Windows color (decimal): -3024786 or 7264465. OLE color: 7264465.

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

Color convert

RGB 209 216 110 -
CMYK 0.03 0 0.49 0.15
HSL 63.96º 0.58% 0.64% -
HSV(B) 63.96º 0.49% 0.85% -
XYZ 53.66 63.79 24.24 -
YUV 201.82 76.18 133.12 -
System Red Green Blue C M Y K H S L
Decimal 209 216 110 0.03 0 0.49 0.15 63.96 0.58 0.64
Hex D1 D8 6E 3 0 31 F 40 3A 40
Octal 321 330 156 3 0 61 17 100 72 100
Binary 11010001 11011000 1101110 11 0 110001 1111 1000000 111010 1000000

Color Harmonies of #D1D86E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D86E

Black with #D1D86E

Text Example


Text Example

White with #D1D86E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D86E; }

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

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

background-color css

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

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

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

border-color css

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

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

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