Html Css Color HEX #D3DC71 Goldenrod

📋 copy color: '#D3DC71'

red 211 ◦ green 220 ◦ blue 113

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

Shades of Goldenrod #D3DC71

Tints of Goldenrod #D3DC71

RGB

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

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

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

R = 38.79%
G = 40.44%
B = 20.77%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#D3DC71 (or 0xD3DC71) is known color: Goldenrod. HEX triplet: D3, DC and 71. RGB value is (211,220,113). Sum of RGB (Red+Green+Blue) = 211+220+113=544 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.79% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 113 (44.53% from 255 or 20.77% from 544); Max value from RGB is 220 - color contains mainly: green. Hex color #D3DC71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3DC71 is #2C238E. Grayscale: #CDCDCD. Windows color (decimal): -2892687 or 7462099. OLE color: 7462099.

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

Color convert

RGB 211 220 113 -
CMYK 0.04 0 0.49 0.14
HSL 65.05º 0.6% 0.65% -
HSV(B) 65.05º 0.49% 0.86% -
XYZ 55.44 66.23 25.48 -
YUV 205.11 76.02 132.2 -
System Red Green Blue C M Y K H S L
Decimal 211 220 113 0.04 0 0.49 0.14 65.05 0.6 0.65
Hex D3 DC 71 4 0 31 E 41 3C 41
Octal 323 334 161 4 0 61 16 101 74 101
Binary 11010011 11011100 1110001 100 0 110001 1110 1000001 111100 1000001

Color Harmonies of #D3DC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DC71

Black with #D3DC71

Text Example


Text Example

White with #D3DC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DC71; }

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

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

background-color css

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

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

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

border-color css

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

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

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