Html Css Color HEX #D1DC5E Goldenrod

📋 copy color: '#D1DC5E'

red 209 ◦ green 220 ◦ blue 94

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

Shades of Goldenrod #D1DC5E

Tints of Goldenrod #D1DC5E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.07%

 BLUE value IS 94 (37.11% from 255) = 17.97%

R = 39.96%
G = 42.07%
B = 17.97%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#D1DC5E (or 0xD1DC5E) is known color: Goldenrod. HEX triplet: D1, DC and 5E. RGB value is (209,220,94). Sum of RGB (Red+Green+Blue) = 209+220+94=523 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.96% from 523); Green value is 220 (86.33% from 255 or 42.07% from 523); Blue value is 94 (37.11% from 255 or 17.97% from 523); Max value from RGB is 220 - color contains mainly: green. Hex color #D1DC5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1DC5E is #2E23A1. Grayscale: #CACACA. Windows color (decimal): -3023778 or 6216913. OLE color: 6216913.

HSL color Cylindrical-coordinate representation of color #D1DC5E: hue angle of 65.24º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D1DC5E is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 220 94 -
CMYK 0.05 0 0.57 0.14
HSL 65.24º 0.64% 0.62% -
HSV(B) 65.24º 0.57% 0.86% -
XYZ 53.91 65.55 20.4 -
YUV 202.35 66.86 132.75 -
System Red Green Blue C M Y K H S L
Decimal 209 220 94 0.05 0 0.57 0.14 65.24 0.64 0.62
Hex D1 DC 5E 5 0 39 E 41 40 3E
Octal 321 334 136 5 0 71 16 101 100 76
Binary 11010001 11011100 1011110 101 0 111001 1110 1000001 1000000 111110

Color Harmonies of #D1DC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DC5E

Black with #D1DC5E

Text Example


Text Example

White with #D1DC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DC5E; }

 p { color: rgb(209,220,94); }

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

background-color css

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

 a { background-color: rgb(209,220,94); }

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

border-color css

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

 span { border-color: rgb(209,220,94); }

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