Html Css Color HEX #DC673F Sorbus

📋 copy color: '#DC673F'

red 220 ◦ green 103 ◦ blue 63

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

Shades of Sorbus #DC673F

Tints of Sorbus #DC673F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.32%

R = 56.99%
G = 26.68%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC673F (or 0xDC673F) is known color: Sorbus. HEX triplet: DC, 67 and 3F. RGB value is (220,103,63). Sum of RGB (Red+Green+Blue) = 220+103+63=386 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.99% from 386); Green value is 103 (40.62% from 255 or 26.68% from 386); Blue value is 63 (25% from 255 or 16.32% from 386); Max value from RGB is 220 - color contains mainly: red. Hex color #DC673F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC673F is #2398C0. Grayscale: #858585. Windows color (decimal): -2332865 or 4155356. OLE color: 4155356.

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

Color convert

RGB 220 103 63 -
CMYK 0 0.53 0.71 0.14
HSL 15.29º 0.69% 0.55% -
HSV(B) 15.29º 0.71% 0.86% -
XYZ 35.26 25.28 7.72 -
YUV 133.42 88.26 189.75 -
System Red Green Blue C M Y K H S L
Decimal 220 103 63 0 0.53 0.71 0.14 15.29 0.69 0.55
Hex DC 67 3F 0 35 47 E F 45 37
Octal 334 147 77 0 65 107 16 17 105 67
Binary 11011100 1100111 111111 0 110101 1000111 1110 1111 1000101 110111

Color Harmonies of #DC673F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC673F

Black with #DC673F

Text Example


Text Example

White with #DC673F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC673F; }

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

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

background-color css

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

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

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

border-color css

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

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

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