Html Css Color HEX #D1DC6D Goldenrod

📋 copy color: '#D1DC6D'

red 209 ◦ green 220 ◦ blue 109

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

Shades of Goldenrod #D1DC6D

Tints of Goldenrod #D1DC6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.26%

R = 38.85%
G = 40.89%
B = 20.26%

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

#D1DC6D (or 0xD1DC6D) is known color: Goldenrod. HEX triplet: D1, DC and 6D. RGB value is (209,220,109). Sum of RGB (Red+Green+Blue) = 209+220+109=538 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.85% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 109 (42.97% from 255 or 20.26% from 538); Max value from RGB is 220 - color contains mainly: green. Hex color #D1DC6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1DC6D is #2E2392. Grayscale: #CCCCCC. Windows color (decimal): -3023763 or 7199953. OLE color: 7199953.

HSL color Cylindrical-coordinate representation of color #D1DC6D: hue angle of 65.95º degrees, saturation: 0.61, 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 #D1DC6D is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 220 109 -
CMYK 0.05 0 0.50 0.14
HSL 65.95º 0.61% 0.65% -
HSV(B) 65.95º 0.5% 0.86% -
XYZ 54.65 65.85 24.3 -
YUV 204.06 74.36 131.53 -
System Red Green Blue C M Y K H S L
Decimal 209 220 109 0.05 0 0.50 0.14 65.95 0.61 0.65
Hex D1 DC 6D 5 0 32 E 42 3D 41
Octal 321 334 155 5 0 62 16 102 75 101
Binary 11010001 11011100 1101101 101 0 110010 1110 1000010 111101 1000001

Color Harmonies of #D1DC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DC6D

Black with #D1DC6D

Text Example


Text Example

White with #D1DC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DC6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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