Html Css Color HEX #DC6335 Sorbus

📋 copy color: '#DC6335'

red 220 ◦ green 99 ◦ blue 53

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

Shades of Sorbus #DC6335

Tints of Sorbus #DC6335

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.61%

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

R = 59.14%
G = 26.61%
B = 14.25%

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

#DC6335 (or 0xDC6335) is known color: Sorbus. HEX triplet: DC, 63 and 35. RGB value is (220,99,53). Sum of RGB (Red+Green+Blue) = 220+99+53=372 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.14% from 372); Green value is 99 (39.06% from 255 or 26.61% from 372); Blue value is 53 (21.09% from 255 or 14.25% from 372); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6335 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6335 is #239CCA. Grayscale: #828282. Windows color (decimal): -2333899 or 3498972. OLE color: 3498972.

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

Color convert

RGB 220 99 53 -
CMYK 0 0.55 0.76 0.14
HSL 16.53º 0.7% 0.54% -
HSV(B) 16.53º 0.76% 0.86% -
XYZ 34.62 24.4 6.25 -
YUV 129.94 84.59 192.24 -
System Red Green Blue C M Y K H S L
Decimal 220 99 53 0 0.55 0.76 0.14 16.53 0.7 0.54
Hex DC 63 35 0 37 4C E 11 46 36
Octal 334 143 65 0 67 114 16 21 106 66
Binary 11011100 1100011 110101 0 110111 1001100 1110 10001 1000110 110110

Color Harmonies of #DC6335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6335

Black with #DC6335

Text Example


Text Example

White with #DC6335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6335; }

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

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

background-color css

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

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

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

border-color css

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

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

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