Html Css Color HEX #DC5F26 Gold Drop

📋 copy color: '#DC5F26'

red 220 ◦ green 95 ◦ blue 38

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

Shades of Gold Drop #DC5F26

Tints of Gold Drop #DC5F26

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.91%

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

R = 62.32%
G = 26.91%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DC5F26 (or 0xDC5F26) is known color: Gold Drop. HEX triplet: DC, 5F and 26. RGB value is (220,95,38). Sum of RGB (Red+Green+Blue) = 220+95+38=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 95 (37.5% from 255 or 26.91% from 353); Blue value is 38 (15.23% from 255 or 10.76% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5F26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5F26 is #23A0D9. Grayscale: #7E7E7E. Windows color (decimal): -2334938 or 2514908. OLE color: 2514908.

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

Color convert

RGB 220 95 38 -
CMYK 0 0.57 0.83 0.14
HSL 18.79º 0.72% 0.51% -
HSV(B) 18.79º 0.83% 0.86% -
XYZ 33.96 23.54 4.59 -
YUV 125.88 78.41 195.13 -
System Red Green Blue C M Y K H S L
Decimal 220 95 38 0 0.57 0.83 0.14 18.79 0.72 0.51
Hex DC 5F 26 0 39 53 E 13 48 33
Octal 334 137 46 0 71 123 16 23 110 63
Binary 11011100 1011111 100110 0 111001 1010011 1110 10011 1001000 110011

Color Harmonies of #DC5F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5F26

Black with #DC5F26

Text Example


Text Example

White with #DC5F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5F26; }

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

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

background-color css

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

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

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

border-color css

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

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

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