Html Css Color HEX #D3DC65 Goldenrod

📋 copy color: '#D3DC65'

red 211 ◦ green 220 ◦ blue 101

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

Shades of Goldenrod #D3DC65

Tints of Goldenrod #D3DC65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.98%

R = 39.66%
G = 41.35%
B = 18.98%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#D3DC65 (or 0xD3DC65) is known color: Goldenrod. HEX triplet: D3, DC and 65. RGB value is (211,220,101). Sum of RGB (Red+Green+Blue) = 211+220+101=532 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.66% from 532); Green value is 220 (86.33% from 255 or 41.35% from 532); Blue value is 101 (39.84% from 255 or 18.98% from 532); Max value from RGB is 220 - color contains mainly: green. Hex color #D3DC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3DC65 is #2C239A. Grayscale: #CCCCCC. Windows color (decimal): -2892699 or 6675667. OLE color: 6675667.

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

Color convert

RGB 211 220 101 -
CMYK 0.04 0 0.54 0.14
HSL 64.54º 0.63% 0.63% -
HSV(B) 64.54º 0.54% 0.86% -
XYZ 54.81 65.97 22.16 -
YUV 203.74 70.02 133.18 -
System Red Green Blue C M Y K H S L
Decimal 211 220 101 0.04 0 0.54 0.14 64.54 0.63 0.63
Hex D3 DC 65 4 0 36 E 41 3F 3F
Octal 323 334 145 4 0 66 16 101 77 77
Binary 11010011 11011100 1100101 100 0 110110 1110 1000001 111111 111111

Color Harmonies of #D3DC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DC65

Black with #D3DC65

Text Example


Text Example

White with #D3DC65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DC65; }

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

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

background-color css

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

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

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

border-color css

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

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

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