Html Css Color HEX #D1DA76 Goldenrod

📋 copy color: '#D1DA76'

red 209 ◦ green 218 ◦ blue 118

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

Shades of Goldenrod #D1DA76

Tints of Goldenrod #D1DA76

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40%

 BLUE value IS 118 (46.48% from 255) = 21.65%

R = 38.35%
G = 40%
B = 21.65%

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

#D1DA76 (or 0xD1DA76) is known color: Goldenrod. HEX triplet: D1, DA and 76. RGB value is (209,218,118). Sum of RGB (Red+Green+Blue) = 209+218+118=545 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.35% from 545); Green value is 218 (85.55% from 255 or 40% from 545); Blue value is 118 (46.48% from 255 or 21.65% from 545); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1DA76 is #2E2589. Grayscale: #CCCCCC. Windows color (decimal): -3024266 or 7789265. OLE color: 7789265.

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

Color convert

RGB 209 218 118 -
CMYK 0.04 0 0.46 0.15
HSL 65.4º 0.57% 0.66% -
HSV(B) 65.4º 0.46% 0.85% -
XYZ 54.64 65.01 26.81 -
YUV 203.91 79.52 131.63 -
System Red Green Blue C M Y K H S L
Decimal 209 218 118 0.04 0 0.46 0.15 65.4 0.57 0.66
Hex D1 DA 76 4 0 2E F 41 39 42
Octal 321 332 166 4 0 56 17 101 71 102
Binary 11010001 11011010 1110110 100 0 101110 1111 1000001 111001 1000010

Color Harmonies of #D1DA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DA76

Black with #D1DA76

Text Example


Text Example

White with #D1DA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DA76; }

 p { color: rgb(209,218,118); }

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

background-color css

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

 a { background-color: rgb(209,218,118); }

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

border-color css

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

 span { border-color: rgb(209,218,118); }

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