Html Css Color HEX #D1D96E Goldenrod

📋 copy color: '#D1D96E'

red 209 ◦ green 217 ◦ blue 110

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

Shades of Goldenrod #D1D96E

Tints of Goldenrod #D1D96E

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.49%

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

R = 38.99%
G = 40.49%
B = 20.52%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D1D96E (or 0xD1D96E) is known color: Goldenrod. HEX triplet: D1, D9 and 6E. RGB value is (209,217,110). Sum of RGB (Red+Green+Blue) = 209+217+110=536 (70% of max value = 765). Red value is 209 (82.03% from 255 or 38.99% from 536); Green value is 217 (85.16% from 255 or 40.49% from 536); Blue value is 110 (43.36% from 255 or 20.52% from 536); Max value from RGB is 217 - color contains mainly: green. Hex color #D1D96E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D96E is #2E2691. Grayscale: #CACACA. Windows color (decimal): -3024530 or 7264721. OLE color: 7264721.

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

Color convert

RGB 209 217 110 -
CMYK 0.04 0 0.49 0.15
HSL 64.49º 0.58% 0.64% -
HSV(B) 64.49º 0.49% 0.85% -
XYZ 53.92 64.31 24.32 -
YUV 202.41 75.85 132.7 -
System Red Green Blue C M Y K H S L
Decimal 209 217 110 0.04 0 0.49 0.15 64.49 0.58 0.64
Hex D1 D9 6E 4 0 31 F 40 3A 40
Octal 321 331 156 4 0 61 17 100 72 100
Binary 11010001 11011001 1101110 100 0 110001 1111 1000000 111010 1000000

Color Harmonies of #D1D96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D96E

Black with #D1D96E

Text Example


Text Example

White with #D1D96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D96E; }

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

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

background-color css

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

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

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

border-color css

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

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

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