Html Css Color HEX #D1DC70 Goldenrod

📋 copy color: '#D1DC70'

red 209 ◦ green 220 ◦ blue 112

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

Shades of Goldenrod #D1DC70

Tints of Goldenrod #D1DC70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.7%

R = 38.63%
G = 40.67%
B = 20.7%

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

#D1DC70 (or 0xD1DC70) is known color: Goldenrod. HEX triplet: D1, DC and 70. RGB value is (209,220,112). Sum of RGB (Red+Green+Blue) = 209+220+112=541 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.63% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 112 (44.14% from 255 or 20.70% from 541); Max value from RGB is 220 - color contains mainly: green. Hex color #D1DC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1DC70 is #2E238F. Grayscale: #CCCCCC. Windows color (decimal): -3023760 or 7396561. OLE color: 7396561.

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

Color convert

RGB 209 220 112 -
CMYK 0.05 0 0.49 0.14
HSL 66.11º 0.61% 0.65% -
HSV(B) 66.11º 0.49% 0.86% -
XYZ 54.81 65.91 25.16 -
YUV 204.4 75.86 131.28 -
System Red Green Blue C M Y K H S L
Decimal 209 220 112 0.05 0 0.49 0.14 66.11 0.61 0.65
Hex D1 DC 70 5 0 31 E 42 3D 41
Octal 321 334 160 5 0 61 16 102 75 101
Binary 11010001 11011100 1110000 101 0 110001 1110 1000010 111101 1000001

Color Harmonies of #D1DC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DC70

Black with #D1DC70

Text Example


Text Example

White with #D1DC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DC70; }

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

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

background-color css

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

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

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

border-color css

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

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

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