Html Css Color HEX #D1DA6E Goldenrod

📋 copy color: '#D1DA6E'

red 209 ◦ green 218 ◦ blue 110

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

Shades of Goldenrod #D1DA6E

Tints of Goldenrod #D1DA6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.48%

R = 38.92%
G = 40.6%
B = 20.48%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D1DA6E (or 0xD1DA6E) is known color: Goldenrod. HEX triplet: D1, DA and 6E. RGB value is (209,218,110). Sum of RGB (Red+Green+Blue) = 209+218+110=537 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.92% from 537); Green value is 218 (85.55% from 255 or 40.60% from 537); Blue value is 110 (43.36% from 255 or 20.48% from 537); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DA6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1DA6E is #2E2591. Grayscale: #CBCBCB. Windows color (decimal): -3024274 or 7264977. OLE color: 7264977.

HSL color Cylindrical-coordinate representation of color #D1DA6E: hue angle of 65º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D1DA6E is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 218 110 -
CMYK 0.04 0 0.50 0.15
HSL 65º 0.59% 0.64% -
HSV(B) 65º 0.5% 0.85% -
XYZ 54.18 64.82 24.41 -
YUV 203 75.52 132.28 -
System Red Green Blue C M Y K H S L
Decimal 209 218 110 0.04 0 0.50 0.15 65 0.59 0.64
Hex D1 DA 6E 4 0 32 F 41 3B 40
Octal 321 332 156 4 0 62 17 101 73 100
Binary 11010001 11011010 1101110 100 0 110010 1111 1000001 111011 1000000

Color Harmonies of #D1DA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DA6E

Black with #D1DA6E

Text Example


Text Example

White with #D1DA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DA6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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