Html Css Color HEX #D3DC74 Goldenrod

📋 copy color: '#D3DC74'

red 211 ◦ green 220 ◦ blue 116

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

Shades of Goldenrod #D3DC74

Tints of Goldenrod #D3DC74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.21%

R = 38.57%
G = 40.22%
B = 21.21%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#D3DC74 (or 0xD3DC74) is known color: Goldenrod. HEX triplet: D3, DC and 74. RGB value is (211,220,116). Sum of RGB (Red+Green+Blue) = 211+220+116=547 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.57% from 547); Green value is 220 (86.33% from 255 or 40.22% from 547); Blue value is 116 (45.70% from 255 or 21.21% from 547); Max value from RGB is 220 - color contains mainly: green. Hex color #D3DC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3DC74 is #2C238B. Grayscale: #CDCDCD. Windows color (decimal): -2892684 or 7658707. OLE color: 7658707.

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

Color convert

RGB 211 220 116 -
CMYK 0.04 0 0.47 0.14
HSL 65.19º 0.6% 0.66% -
HSV(B) 65.19º 0.47% 0.86% -
XYZ 55.61 66.3 26.39 -
YUV 205.45 77.52 131.96 -
System Red Green Blue C M Y K H S L
Decimal 211 220 116 0.04 0 0.47 0.14 65.19 0.6 0.66
Hex D3 DC 74 4 0 2F E 41 3C 42
Octal 323 334 164 4 0 57 16 101 74 102
Binary 11010011 11011100 1110100 100 0 101111 1110 1000001 111100 1000010

Color Harmonies of #D3DC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DC74

Black with #D3DC74

Text Example


Text Example

White with #D3DC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DC74; }

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

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

background-color css

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

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

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

border-color css

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

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

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