Html Css Color HEX #DC6735 Sorbus

📋 copy color: '#DC6735'

red 220 ◦ green 103 ◦ blue 53

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

Shades of Sorbus #DC6735

Tints of Sorbus #DC6735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.1%

R = 58.51%
G = 27.39%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DC6735 (or 0xDC6735) is known color: Sorbus. HEX triplet: DC, 67 and 35. RGB value is (220,103,53). Sum of RGB (Red+Green+Blue) = 220+103+53=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 103 (40.62% from 255 or 27.39% from 376); Blue value is 53 (21.09% from 255 or 14.10% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6735 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6735 is #2398CA. Grayscale: #848484. Windows color (decimal): -2332875 or 3499996. OLE color: 3499996.

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

Color convert

RGB 220 103 53 -
CMYK 0 0.53 0.76 0.14
HSL 17.96º 0.7% 0.54% -
HSV(B) 17.96º 0.76% 0.86% -
XYZ 35.01 25.17 6.38 -
YUV 132.28 83.26 190.57 -
System Red Green Blue C M Y K H S L
Decimal 220 103 53 0 0.53 0.76 0.14 17.96 0.7 0.54
Hex DC 67 35 0 35 4C E 12 46 36
Octal 334 147 65 0 65 114 16 22 106 66
Binary 11011100 1100111 110101 0 110101 1001100 1110 10010 1000110 110110

Color Harmonies of #DC6735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6735

Black with #DC6735

Text Example


Text Example

White with #DC6735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6735; }

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

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

background-color css

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

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

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

border-color css

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

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

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