Html Css Color HEX #D1D76F Goldenrod

📋 copy color: '#D1D76F'

red 209 ◦ green 215 ◦ blue 111

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

Shades of Goldenrod #D1D76F

Tints of Goldenrod #D1D76F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.75%

R = 39.07%
G = 40.19%
B = 20.75%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D1D76F (or 0xD1D76F) is known color: Goldenrod. HEX triplet: D1, D7 and 6F. RGB value is (209,215,111). Sum of RGB (Red+Green+Blue) = 209+215+111=535 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.07% from 535); Green value is 215 (84.38% from 255 or 40.19% from 535); Blue value is 111 (43.75% from 255 or 20.75% from 535); Max value from RGB is 215 - color contains mainly: green. Hex color #D1D76F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D76F is #2E2890. Grayscale: #C9C9C9. Windows color (decimal): -3025041 or 7329745. OLE color: 7329745.

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

Color convert

RGB 209 215 111 -
CMYK 0.03 0 0.48 0.16
HSL 63.46º 0.57% 0.64% -
HSV(B) 63.46º 0.48% 0.84% -
XYZ 53.46 63.3 24.44 -
YUV 201.35 77.01 133.46 -
System Red Green Blue C M Y K H S L
Decimal 209 215 111 0.03 0 0.48 0.16 63.46 0.57 0.64
Hex D1 D7 6F 3 0 30 10 3F 39 40
Octal 321 327 157 3 0 60 20 77 71 100
Binary 11010001 11010111 1101111 11 0 110000 10000 111111 111001 1000000

Color Harmonies of #D1D76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D76F

Black with #D1D76F

Text Example


Text Example

White with #D1D76F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D76F; }

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

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

background-color css

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

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

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

border-color css

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

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

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