Html Css Color HEX #D1D95F Goldenrod

📋 copy color: '#D1D95F'

red 209 ◦ green 217 ◦ blue 95

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

Shades of Goldenrod #D1D95F

Tints of Goldenrod #D1D95F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 18.23%

R = 40.12%
G = 41.65%
B = 18.23%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D1D95F (or 0xD1D95F) is known color: Goldenrod. HEX triplet: D1, D9 and 5F. RGB value is (209,217,95). Sum of RGB (Red+Green+Blue) = 209+217+95=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 217 (85.16% from 255 or 41.65% from 521); Blue value is 95 (37.5% from 255 or 18.23% from 521); Max value from RGB is 217 - color contains mainly: green. Hex color #D1D95F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D95F is #2E26A0. Grayscale: #C9C9C9. Windows color (decimal): -3024545 or 6281681. OLE color: 6281681.

HSL color Cylindrical-coordinate representation of color #D1D95F: hue angle of 63.93º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D1D95F is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 217 95 -
CMYK 0.04 0 0.56 0.15
HSL 63.93º 0.62% 0.61% -
HSV(B) 63.93º 0.56% 0.85% -
XYZ 53.17 64.01 20.38 -
YUV 200.7 68.35 133.92 -
System Red Green Blue C M Y K H S L
Decimal 209 217 95 0.04 0 0.56 0.15 63.93 0.62 0.61
Hex D1 D9 5F 4 0 38 F 40 3E 3D
Octal 321 331 137 4 0 70 17 100 76 75
Binary 11010001 11011001 1011111 100 0 111000 1111 1000000 111110 111101

Color Harmonies of #D1D95F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D95F

Black with #D1D95F

Text Example


Text Example

White with #D1D95F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D95F; }

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

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

background-color css

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

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

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

border-color css

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

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

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