Html Css Color HEX #D3DC61 Goldenrod

📋 copy color: '#D3DC61'

red 211 ◦ green 220 ◦ blue 97

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

Shades of Goldenrod #D3DC61

Tints of Goldenrod #D3DC61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.37%

R = 39.96%
G = 41.67%
B = 18.37%

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

#D3DC61 (or 0xD3DC61) is known color: Goldenrod. HEX triplet: D3, DC and 61. RGB value is (211,220,97). Sum of RGB (Red+Green+Blue) = 211+220+97=528 (69% of max value = 765). Red value is 211 (82.81% from 255 or 39.96% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 97 (38.28% from 255 or 18.37% from 528); Max value from RGB is 220 - color contains mainly: green. Hex color #D3DC61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3DC61 is #2C239E. Grayscale: #CBCBCB. Windows color (decimal): -2892703 or 6413523. OLE color: 6413523.

HSL color Cylindrical-coordinate representation of color #D3DC61: hue angle of 64.39º 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 #D3DC61 is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 211 220 97 -
CMYK 0.04 0 0.56 0.14
HSL 64.39º 0.64% 0.62% -
HSV(B) 64.39º 0.56% 0.86% -
XYZ 54.61 65.9 21.15 -
YUV 203.29 68.02 133.5 -
System Red Green Blue C M Y K H S L
Decimal 211 220 97 0.04 0 0.56 0.14 64.39 0.64 0.62
Hex D3 DC 61 4 0 38 E 40 40 3E
Octal 323 334 141 4 0 70 16 100 100 76
Binary 11010011 11011100 1100001 100 0 111000 1110 1000000 1000000 111110

Color Harmonies of #D3DC61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DC61

Black with #D3DC61

Text Example


Text Example

White with #D3DC61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DC61; }

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

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

background-color css

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

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

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

border-color css

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

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

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