Html Css Color HEX #DC6439 Sorbus

📋 copy color: '#DC6439'

red 220 ◦ green 100 ◦ blue 57

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

Shades of Sorbus #DC6439

Tints of Sorbus #DC6439

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.53%

 BLUE value IS 57 (22.66% from 255) = 15.12%

R = 58.36%
G = 26.53%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DC6439 (or 0xDC6439) is known color: Sorbus. HEX triplet: DC, 64 and 39. RGB value is (220,100,57). Sum of RGB (Red+Green+Blue) = 220+100+57=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 100 (39.45% from 255 or 26.53% from 377); Blue value is 57 (22.66% from 255 or 15.12% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6439 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6439 is #239BC6. Grayscale: #838383. Windows color (decimal): -2333639 or 3761372. OLE color: 3761372.

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

Color convert

RGB 220 100 57 -
CMYK 0 0.55 0.74 0.14
HSL 15.83º 0.7% 0.54% -
HSV(B) 15.83º 0.74% 0.86% -
XYZ 34.81 24.63 6.79 -
YUV 130.98 86.26 191.5 -
System Red Green Blue C M Y K H S L
Decimal 220 100 57 0 0.55 0.74 0.14 15.83 0.7 0.54
Hex DC 64 39 0 37 4A E 10 46 36
Octal 334 144 71 0 67 112 16 20 106 66
Binary 11011100 1100100 111001 0 110111 1001010 1110 10000 1000110 110110

Color Harmonies of #DC6439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6439

Black with #DC6439

Text Example


Text Example

White with #DC6439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6439; }

 p { color: rgb(220,100,57); }

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

background-color css

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

 a { background-color: rgb(220,100,57); }

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

border-color css

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

 span { border-color: rgb(220,100,57); }

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