Html Css Color HEX #D1D75F Goldenrod

📋 copy color: '#D1D75F'

red 209 ◦ green 215 ◦ blue 95

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

Shades of Goldenrod #D1D75F

Tints of Goldenrod #D1D75F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.43%

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

R = 40.27%
G = 41.43%
B = 18.3%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D1D75F (or 0xD1D75F) is known color: Goldenrod. HEX triplet: D1, D7 and 5F. RGB value is (209,215,95). Sum of RGB (Red+Green+Blue) = 209+215+95=519 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.27% from 519); Green value is 215 (84.38% from 255 or 41.43% from 519); Blue value is 95 (37.5% from 255 or 18.30% from 519); Max value from RGB is 215 - color contains mainly: green. Hex color #D1D75F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D75F is #2E28A0. Grayscale: #C7C7C7. Windows color (decimal): -3025057 or 6281169. OLE color: 6281169.

HSL color Cylindrical-coordinate representation of color #D1D75F: hue angle of 63º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D1D75F is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 215 95 -
CMYK 0.03 0 0.56 0.16
HSL 63º 0.6% 0.61% -
HSV(B) 63º 0.56% 0.84% -
XYZ 52.66 62.98 20.21 -
YUV 199.53 69.01 134.76 -
System Red Green Blue C M Y K H S L
Decimal 209 215 95 0.03 0 0.56 0.16 63 0.6 0.61
Hex D1 D7 5F 3 0 38 10 3F 3C 3D
Octal 321 327 137 3 0 70 20 77 74 75
Binary 11010001 11010111 1011111 11 0 111000 10000 111111 111100 111101

Color Harmonies of #D1D75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D75F

Black with #D1D75F

Text Example


Text Example

White with #D1D75F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D75F; }

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

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

background-color css

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

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

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

border-color css

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

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

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