Html Css Color HEX #D3DC6D Goldenrod

📋 copy color: '#D3DC6D'

red 211 ◦ green 220 ◦ blue 109

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

Shades of Goldenrod #D3DC6D

Tints of Goldenrod #D3DC6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.19%

R = 39.07%
G = 40.74%
B = 20.19%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#D3DC6D (or 0xD3DC6D) is known color: Goldenrod. HEX triplet: D3, DC and 6D. RGB value is (211,220,109). Sum of RGB (Red+Green+Blue) = 211+220+109=540 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.07% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 109 (42.97% from 255 or 20.19% from 540); Max value from RGB is 220 - color contains mainly: green. Hex color #D3DC6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3DC6D is #2C2392. Grayscale: #CDCDCD. Windows color (decimal): -2892691 or 7199955. OLE color: 7199955.

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

Color convert

RGB 211 220 109 -
CMYK 0.04 0 0.50 0.14
HSL 64.86º 0.61% 0.65% -
HSV(B) 64.86º 0.5% 0.86% -
XYZ 55.22 66.14 24.32 -
YUV 204.66 74.02 132.53 -
System Red Green Blue C M Y K H S L
Decimal 211 220 109 0.04 0 0.50 0.14 64.86 0.61 0.65
Hex D3 DC 6D 4 0 32 E 41 3D 41
Octal 323 334 155 4 0 62 16 101 75 101
Binary 11010011 11011100 1101101 100 0 110010 1110 1000001 111101 1000001

Color Harmonies of #D3DC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DC6D

Black with #D3DC6D

Text Example


Text Example

White with #D3DC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DC6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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