Html Css Color HEX #D3DC72 Goldenrod

📋 copy color: '#D3DC72'

red 211 ◦ green 220 ◦ blue 114

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

Shades of Goldenrod #D3DC72

Tints of Goldenrod #D3DC72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20.92%

R = 38.72%
G = 40.37%
B = 20.92%

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

#D3DC72 (or 0xD3DC72) is known color: Goldenrod. HEX triplet: D3, DC and 72. RGB value is (211,220,114). Sum of RGB (Red+Green+Blue) = 211+220+114=545 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.72% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 114 (44.92% from 255 or 20.92% from 545); Max value from RGB is 220 - color contains mainly: green. Hex color #D3DC72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3DC72 is #2C238D. Grayscale: #CDCDCD. Windows color (decimal): -2892686 or 7527635. OLE color: 7527635.

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

Color convert

RGB 211 220 114 -
CMYK 0.04 0 0.48 0.14
HSL 65.09º 0.6% 0.65% -
HSV(B) 65.09º 0.48% 0.86% -
XYZ 55.49 66.25 25.78 -
YUV 205.23 76.52 132.12 -
System Red Green Blue C M Y K H S L
Decimal 211 220 114 0.04 0 0.48 0.14 65.09 0.6 0.65
Hex D3 DC 72 4 0 30 E 41 3C 41
Octal 323 334 162 4 0 60 16 101 74 101
Binary 11010011 11011100 1110010 100 0 110000 1110 1000001 111100 1000001

Color Harmonies of #D3DC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DC72

Black with #D3DC72

Text Example


Text Example

White with #D3DC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DC72; }

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

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

background-color css

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

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

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

border-color css

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

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

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