Html Css Color HEX #DC6026 Gold Drop

📋 copy color: '#DC6026'

red 220 ◦ green 96 ◦ blue 38

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

Shades of Gold Drop #DC6026

Tints of Gold Drop #DC6026

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.12%

 BLUE value IS 38 (15.23% from 255) = 10.73%

R = 62.15%
G = 27.12%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DC6026 (or 0xDC6026) is known color: Gold Drop. HEX triplet: DC, 60 and 26. RGB value is (220,96,38). Sum of RGB (Red+Green+Blue) = 220+96+38=354 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.15% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 38 (15.23% from 255 or 10.73% from 354); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6026 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6026 is #239FD9. Grayscale: #7E7E7E. Windows color (decimal): -2334682 or 2515164. OLE color: 2515164.

HSL color Cylindrical-coordinate representation of color #DC6026: hue angle of 19.12º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC6026 is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 96 38 -
CMYK 0 0.56 0.83 0.14
HSL 19.12º 0.72% 0.51% -
HSV(B) 19.12º 0.83% 0.86% -
XYZ 34.05 23.72 4.62 -
YUV 126.46 78.08 194.72 -
System Red Green Blue C M Y K H S L
Decimal 220 96 38 0 0.56 0.83 0.14 19.12 0.72 0.51
Hex DC 60 26 0 38 53 E 13 48 33
Octal 334 140 46 0 70 123 16 23 110 63
Binary 11011100 1100000 100110 0 111000 1010011 1110 10011 1001000 110011

Color Harmonies of #DC6026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6026

Black with #DC6026

Text Example


Text Example

White with #DC6026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6026; }

 p { color: rgb(220,96,38); }

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

background-color css

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

 a { background-color: rgb(220,96,38); }

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

border-color css

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

 span { border-color: rgb(220,96,38); }

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