Html Css Color HEX #D3DC62 Goldenrod

📋 copy color: '#D3DC62'

red 211 ◦ green 220 ◦ blue 98

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

Shades of Goldenrod #D3DC62

Tints of Goldenrod #D3DC62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.53%

R = 39.89%
G = 41.59%
B = 18.53%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#D3DC62 (or 0xD3DC62) is known color: Goldenrod. HEX triplet: D3, DC and 62. RGB value is (211,220,98). Sum of RGB (Red+Green+Blue) = 211+220+98=529 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.89% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 98 (38.67% from 255 or 18.53% from 529); Max value from RGB is 220 - color contains mainly: green. Hex color #D3DC62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3DC62 is #2C239D. Grayscale: #CBCBCB. Windows color (decimal): -2892702 or 6479059. OLE color: 6479059.

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

Color convert

RGB 211 220 98 -
CMYK 0.04 0 0.55 0.14
HSL 64.43º 0.64% 0.62% -
HSV(B) 64.43º 0.55% 0.86% -
XYZ 54.66 65.92 21.4 -
YUV 203.4 68.52 133.42 -
System Red Green Blue C M Y K H S L
Decimal 211 220 98 0.04 0 0.55 0.14 64.43 0.64 0.62
Hex D3 DC 62 4 0 37 E 40 40 3E
Octal 323 334 142 4 0 67 16 100 100 76
Binary 11010011 11011100 1100010 100 0 110111 1110 1000000 1000000 111110

Color Harmonies of #D3DC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DC62

Black with #D3DC62

Text Example


Text Example

White with #D3DC62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DC62; }

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

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

background-color css

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

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

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

border-color css

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

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

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