Html Css Color HEX #DC6235 Sorbus

📋 copy color: '#DC6235'

red 220 ◦ green 98 ◦ blue 53

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

Shades of Sorbus #DC6235

Tints of Sorbus #DC6235

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.42%

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

R = 59.3%
G = 26.42%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DC6235 (or 0xDC6235) is known color: Sorbus. HEX triplet: DC, 62 and 35. RGB value is (220,98,53). Sum of RGB (Red+Green+Blue) = 220+98+53=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 53 (21.09% from 255 or 14.29% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6235 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6235 is #239DCA. Grayscale: #818181. Windows color (decimal): -2334155 or 3498716. OLE color: 3498716.

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

Color convert

RGB 220 98 53 -
CMYK 0 0.55 0.76 0.14
HSL 16.17º 0.7% 0.54% -
HSV(B) 16.17º 0.76% 0.86% -
XYZ 34.53 24.21 6.22 -
YUV 129.35 84.92 192.66 -
System Red Green Blue C M Y K H S L
Decimal 220 98 53 0 0.55 0.76 0.14 16.17 0.7 0.54
Hex DC 62 35 0 37 4C E 10 46 36
Octal 334 142 65 0 67 114 16 20 106 66
Binary 11011100 1100010 110101 0 110111 1001100 1110 10000 1000110 110110

Color Harmonies of #DC6235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6235

Black with #DC6235

Text Example


Text Example

White with #DC6235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6235; }

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

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

background-color css

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

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

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

border-color css

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

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

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