Html Css Color HEX #D1D872 Goldenrod

📋 copy color: '#D1D872'

red 209 ◦ green 216 ◦ blue 114

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

Shades of Goldenrod #D1D872

Tints of Goldenrod #D1D872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.15%

R = 38.78%
G = 40.07%
B = 21.15%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D1D872 (or 0xD1D872) is known color: Goldenrod. HEX triplet: D1, D8 and 72. RGB value is (209,216,114). Sum of RGB (Red+Green+Blue) = 209+216+114=539 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.78% from 539); Green value is 216 (84.77% from 255 or 40.07% from 539); Blue value is 114 (44.92% from 255 or 21.15% from 539); Max value from RGB is 216 - color contains mainly: green. Hex color #D1D872 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D872 is #2E278D. Grayscale: #CACACA. Windows color (decimal): -3024782 or 7526609. OLE color: 7526609.

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

Color convert

RGB 209 216 114 -
CMYK 0.03 0 0.47 0.15
HSL 64.12º 0.57% 0.65% -
HSV(B) 64.12º 0.47% 0.85% -
XYZ 53.89 63.88 25.41 -
YUV 202.28 78.18 132.79 -
System Red Green Blue C M Y K H S L
Decimal 209 216 114 0.03 0 0.47 0.15 64.12 0.57 0.65
Hex D1 D8 72 3 0 2F F 40 39 41
Octal 321 330 162 3 0 57 17 100 71 101
Binary 11010001 11011000 1110010 11 0 101111 1111 1000000 111001 1000001

Color Harmonies of #D1D872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D872

Black with #D1D872

Text Example


Text Example

White with #D1D872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D872; }

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

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

background-color css

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

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

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

border-color css

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

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

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