Html Css Color HEX #DC6E30 Gold Drop

📋 copy color: '#DC6E30'

red 220 ◦ green 110 ◦ blue 48

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

Shades of Gold Drop #DC6E30

Tints of Gold Drop #DC6E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.7%

R = 58.2%
G = 29.1%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC6E30 (or 0xDC6E30) is known color: Gold Drop. HEX triplet: DC, 6E and 30. RGB value is (220,110,48). Sum of RGB (Red+Green+Blue) = 220+110+48=378 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.20% from 378); Green value is 110 (43.36% from 255 or 29.10% from 378); Blue value is 48 (19.14% from 255 or 12.70% from 378); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6E30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6E30 is #2391CF. Grayscale: #888888. Windows color (decimal): -2331088 or 3174108. OLE color: 3174108.

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

Color convert

RGB 220 110 48 -
CMYK 0 0.50 0.78 0.14
HSL 21.63º 0.71% 0.53% -
HSV(B) 21.63º 0.78% 0.86% -
XYZ 35.62 26.58 6.05 -
YUV 135.82 78.44 188.04 -
System Red Green Blue C M Y K H S L
Decimal 220 110 48 0 0.50 0.78 0.14 21.63 0.71 0.53
Hex DC 6E 30 0 32 4E E 16 47 35
Octal 334 156 60 0 62 116 16 26 107 65
Binary 11011100 1101110 110000 0 110010 1001110 1110 10110 1000111 110101

Color Harmonies of #DC6E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6E30

Black with #DC6E30

Text Example


Text Example

White with #DC6E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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