Html Css Color HEX #DC673A Sorbus

📋 copy color: '#DC673A'

red 220 ◦ green 103 ◦ blue 58

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

Shades of Sorbus #DC673A

Tints of Sorbus #DC673A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.03%

 BLUE value IS 58 (23.05% from 255) = 15.22%

R = 57.74%
G = 27.03%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DC673A (or 0xDC673A) is known color: Sorbus. HEX triplet: DC, 67 and 3A. RGB value is (220,103,58). Sum of RGB (Red+Green+Blue) = 220+103+58=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 103 (40.62% from 255 or 27.03% from 381); Blue value is 58 (23.05% from 255 or 15.22% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC673A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC673A is #2398C5. Grayscale: #858585. Windows color (decimal): -2332870 or 3827676. OLE color: 3827676.

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

Color convert

RGB 220 103 58 -
CMYK 0 0.53 0.74 0.14
HSL 16.67º 0.7% 0.55% -
HSV(B) 16.67º 0.74% 0.86% -
XYZ 35.13 25.22 7.02 -
YUV 132.85 85.76 190.16 -
System Red Green Blue C M Y K H S L
Decimal 220 103 58 0 0.53 0.74 0.14 16.67 0.7 0.55
Hex DC 67 3A 0 35 4A E 11 46 37
Octal 334 147 72 0 65 112 16 21 106 67
Binary 11011100 1100111 111010 0 110101 1001010 1110 10001 1000110 110111

Color Harmonies of #DC673A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC673A

Black with #DC673A

Text Example


Text Example

White with #DC673A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC673A; }

 p { color: rgb(220,103,58); }

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

background-color css

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

 a { background-color: rgb(220,103,58); }

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

border-color css

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

 span { border-color: rgb(220,103,58); }

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