Html Css Color HEX #DC6E32 Gold Drop

📋 copy color: '#DC6E32'

red 220 ◦ green 110 ◦ blue 50

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

Shades of Gold Drop #DC6E32

Tints of Gold Drop #DC6E32

RGB

 RED value IS 220 (86.33% from 255) = 57.89%

 GREEN value IS 110 (43.36% from 255) = 28.95%

 BLUE value IS 50 (19.92% from 255) = 13.16%

R = 57.89%
G = 28.95%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DC6E32 (or 0xDC6E32) is known color: Gold Drop. HEX triplet: DC, 6E and 32. RGB value is (220,110,50). Sum of RGB (Red+Green+Blue) = 220+110+50=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 110 (43.36% from 255 or 28.95% from 380); Blue value is 50 (19.92% from 255 or 13.16% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6E32 is #2391CD. Grayscale: #888888. Windows color (decimal): -2331086 or 3305180. OLE color: 3305180.

HSL color Cylindrical-coordinate representation of color #DC6E32: hue angle of 21.18º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC6E32 is Cyan = 0, Magento = 0.50, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 110 50 -
CMYK 0 0.50 0.77 0.14
HSL 21.18º 0.71% 0.53% -
HSV(B) 21.18º 0.77% 0.86% -
XYZ 35.67 26.6 6.27 -
YUV 136.05 79.44 187.88 -
System Red Green Blue C M Y K H S L
Decimal 220 110 50 0 0.50 0.77 0.14 21.18 0.71 0.53
Hex DC 6E 32 0 32 4D E 15 47 35
Octal 334 156 62 0 62 115 16 25 107 65
Binary 11011100 1101110 110010 0 110010 1001101 1110 10101 1000111 110101

Color Harmonies of #DC6E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6E32

Black with #DC6E32

Text Example


Text Example

White with #DC6E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6E32; }

 p { color: rgb(220,110,50); }

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

background-color css

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

 a { background-color: rgb(220,110,50); }

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

border-color css

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

 span { border-color: rgb(220,110,50); }

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