Html Css Color HEX #D3DC73 Goldenrod

📋 copy color: '#D3DC73'

red 211 ◦ green 220 ◦ blue 115

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

Shades of Goldenrod #D3DC73

Tints of Goldenrod #D3DC73

RGB

 RED value IS 211 (82.81% from 255) = 38.64%

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

 BLUE value IS 115 (45.31% from 255) = 21.06%

R = 38.64%
G = 40.29%
B = 21.06%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#D3DC73 (or 0xD3DC73) is known color: Goldenrod. HEX triplet: D3, DC and 73. RGB value is (211,220,115). Sum of RGB (Red+Green+Blue) = 211+220+115=546 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.64% from 546); Green value is 220 (86.33% from 255 or 40.29% from 546); Blue value is 115 (45.31% from 255 or 21.06% from 546); Max value from RGB is 220 - color contains mainly: green. Hex color #D3DC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3DC73 is #2C238C. Grayscale: #CDCDCD. Windows color (decimal): -2892685 or 7593171. OLE color: 7593171.

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

Color convert

RGB 211 220 115 -
CMYK 0.04 0 0.48 0.14
HSL 65.14º 0.6% 0.66% -
HSV(B) 65.14º 0.48% 0.86% -
XYZ 55.55 66.27 26.08 -
YUV 205.34 77.02 132.04 -
System Red Green Blue C M Y K H S L
Decimal 211 220 115 0.04 0 0.48 0.14 65.14 0.6 0.66
Hex D3 DC 73 4 0 30 E 41 3C 42
Octal 323 334 163 4 0 60 16 101 74 102
Binary 11010011 11011100 1110011 100 0 110000 1110 1000001 111100 1000010

Color Harmonies of #D3DC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DC73

Black with #D3DC73

Text Example


Text Example

White with #D3DC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DC73; }

 p { color: rgb(211,220,115); }

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

background-color css

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

 a { background-color: rgb(211,220,115); }

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

border-color css

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

 span { border-color: rgb(211,220,115); }

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