Html Css Color HEX #D1D870 Goldenrod

📋 copy color: '#D1D870'

red 209 ◦ green 216 ◦ blue 112

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

Shades of Goldenrod #D1D870

Tints of Goldenrod #D1D870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.86%

R = 38.92%
G = 40.22%
B = 20.86%

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

#D1D870 (or 0xD1D870) is known color: Goldenrod. HEX triplet: D1, D8 and 70. RGB value is (209,216,112). Sum of RGB (Red+Green+Blue) = 209+216+112=537 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.92% from 537); Green value is 216 (84.77% from 255 or 40.22% from 537); Blue value is 112 (44.14% from 255 or 20.86% from 537); Max value from RGB is 216 - color contains mainly: green. Hex color #D1D870 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D870 is #2E278F. Grayscale: #CACACA. Windows color (decimal): -3024784 or 7395537. OLE color: 7395537.

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

Color convert

RGB 209 216 112 -
CMYK 0.03 0 0.48 0.15
HSL 64.04º 0.57% 0.64% -
HSV(B) 64.04º 0.48% 0.85% -
XYZ 53.78 63.84 24.82 -
YUV 202.05 77.18 132.96 -
System Red Green Blue C M Y K H S L
Decimal 209 216 112 0.03 0 0.48 0.15 64.04 0.57 0.64
Hex D1 D8 70 3 0 30 F 40 39 40
Octal 321 330 160 3 0 60 17 100 71 100
Binary 11010001 11011000 1110000 11 0 110000 1111 1000000 111001 1000000

Color Harmonies of #D1D870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D870

Black with #D1D870

Text Example


Text Example

White with #D1D870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D870; }

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

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

background-color css

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

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

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

border-color css

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

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

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