Html Css Color HEX #D1D975 Goldenrod

📋 copy color: '#D1D975'

red 209 ◦ green 217 ◦ blue 117

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

Shades of Goldenrod #D1D975

Tints of Goldenrod #D1D975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.55%

R = 38.49%
G = 39.96%
B = 21.55%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D1D975 (or 0xD1D975) is known color: Goldenrod. HEX triplet: D1, D9 and 75. RGB value is (209,217,117). Sum of RGB (Red+Green+Blue) = 209+217+117=543 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.49% from 543); Green value is 217 (85.16% from 255 or 39.96% from 543); Blue value is 117 (46.09% from 255 or 21.55% from 543); Max value from RGB is 217 - color contains mainly: green. Hex color #D1D975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D975 is #2E268A. Grayscale: #CBCBCB. Windows color (decimal): -3024523 or 7723473. OLE color: 7723473.

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

Color convert

RGB 209 217 117 -
CMYK 0.04 0 0.46 0.15
HSL 64.8º 0.57% 0.65% -
HSV(B) 64.8º 0.46% 0.85% -
XYZ 54.32 64.47 26.41 -
YUV 203.21 79.35 132.13 -
System Red Green Blue C M Y K H S L
Decimal 209 217 117 0.04 0 0.46 0.15 64.8 0.57 0.65
Hex D1 D9 75 4 0 2E F 41 39 41
Octal 321 331 165 4 0 56 17 101 71 101
Binary 11010001 11011001 1110101 100 0 101110 1111 1000001 111001 1000001

Color Harmonies of #D1D975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D975

Black with #D1D975

Text Example


Text Example

White with #D1D975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D975; }

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

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

background-color css

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

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

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

border-color css

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

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

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