Html Css Color HEX #D1DC71 Goldenrod

📋 copy color: '#D1DC71'

red 209 ◦ green 220 ◦ blue 113

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

Shades of Goldenrod #D1DC71

Tints of Goldenrod #D1DC71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 20.85%

R = 38.56%
G = 40.59%
B = 20.85%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#D1DC71 (or 0xD1DC71) is known color: Goldenrod. HEX triplet: D1, DC and 71. RGB value is (209,220,113). Sum of RGB (Red+Green+Blue) = 209+220+113=542 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.56% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 113 (44.53% from 255 or 20.85% from 542); Max value from RGB is 220 - color contains mainly: green. Hex color #D1DC71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1DC71 is #2E238E. Grayscale: #CCCCCC. Windows color (decimal): -3023759 or 7462097. OLE color: 7462097.

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

Color convert

RGB 209 220 113 -
CMYK 0.05 0 0.49 0.14
HSL 66.17º 0.6% 0.65% -
HSV(B) 66.17º 0.49% 0.86% -
XYZ 54.87 65.93 25.46 -
YUV 204.51 76.36 131.2 -
System Red Green Blue C M Y K H S L
Decimal 209 220 113 0.05 0 0.49 0.14 66.17 0.6 0.65
Hex D1 DC 71 5 0 31 E 42 3C 41
Octal 321 334 161 5 0 61 16 102 74 101
Binary 11010001 11011100 1110001 101 0 110001 1110 1000010 111100 1000001

Color Harmonies of #D1DC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DC71

Black with #D1DC71

Text Example


Text Example

White with #D1DC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DC71; }

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

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

background-color css

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

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

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

border-color css

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

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

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