Html Css Color HEX #D3DC60 Goldenrod

📋 copy color: '#D3DC60'

red 211 ◦ green 220 ◦ blue 96

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

Shades of Goldenrod #D3DC60

Tints of Goldenrod #D3DC60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 18.22%

R = 40.04%
G = 41.75%
B = 18.22%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#D3DC60 (or 0xD3DC60) is known color: Goldenrod. HEX triplet: D3, DC and 60. RGB value is (211,220,96). Sum of RGB (Red+Green+Blue) = 211+220+96=527 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.04% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 96 (37.89% from 255 or 18.22% from 527); Max value from RGB is 220 - color contains mainly: green. Hex color #D3DC60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3DC60 is #2C239F. Grayscale: #CBCBCB. Windows color (decimal): -2892704 or 6347987. OLE color: 6347987.

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

Color convert

RGB 211 220 96 -
CMYK 0.04 0 0.56 0.14
HSL 64.35º 0.64% 0.62% -
HSV(B) 64.35º 0.56% 0.86% -
XYZ 54.57 65.88 20.91 -
YUV 203.17 67.52 133.58 -
System Red Green Blue C M Y K H S L
Decimal 211 220 96 0.04 0 0.56 0.14 64.35 0.64 0.62
Hex D3 DC 60 4 0 38 E 40 40 3E
Octal 323 334 140 4 0 70 16 100 100 76
Binary 11010011 11011100 1100000 100 0 111000 1110 1000000 1000000 111110

Color Harmonies of #D3DC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DC60

Black with #D3DC60

Text Example


Text Example

White with #D3DC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DC60; }

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

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

background-color css

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

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

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

border-color css

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

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

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