Html Css Color HEX #D1DB6E Goldenrod

📋 copy color: '#D1DB6E'

red 209 ◦ green 219 ◦ blue 110

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

Shades of Goldenrod #D1DB6E

Tints of Goldenrod #D1DB6E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.71%

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

R = 38.85%
G = 40.71%
B = 20.45%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#D1DB6E (or 0xD1DB6E) is known color: Goldenrod. HEX triplet: D1, DB and 6E. RGB value is (209,219,110). Sum of RGB (Red+Green+Blue) = 209+219+110=538 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.85% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 110 (43.36% from 255 or 20.45% from 538); Max value from RGB is 219 - color contains mainly: green. Hex color #D1DB6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1DB6E is #2E2491. Grayscale: #CCCCCC. Windows color (decimal): -3024018 or 7265233. OLE color: 7265233.

HSL color Cylindrical-coordinate representation of color #D1DB6E: hue angle of 65.5º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D1DB6E is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 219 110 -
CMYK 0.05 0 0.50 0.14
HSL 65.5º 0.6% 0.65% -
HSV(B) 65.5º 0.5% 0.86% -
XYZ 54.44 65.34 24.5 -
YUV 203.58 75.19 131.86 -
System Red Green Blue C M Y K H S L
Decimal 209 219 110 0.05 0 0.50 0.14 65.5 0.6 0.65
Hex D1 DB 6E 5 0 32 E 42 3C 41
Octal 321 333 156 5 0 62 16 102 74 101
Binary 11010001 11011011 1101110 101 0 110010 1110 1000010 111100 1000001

Color Harmonies of #D1DB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DB6E

Black with #D1DB6E

Text Example


Text Example

White with #D1DB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DB6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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