Html Css Color HEX #DC6733 Sorbus

📋 copy color: '#DC6733'

red 220 ◦ green 103 ◦ blue 51

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

Shades of Sorbus #DC6733

Tints of Sorbus #DC6733

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 13.64%

R = 58.82%
G = 27.54%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DC6733 (or 0xDC6733) is known color: Sorbus. HEX triplet: DC, 67 and 33. RGB value is (220,103,51). Sum of RGB (Red+Green+Blue) = 220+103+51=374 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.82% from 374); Green value is 103 (40.62% from 255 or 27.54% from 374); Blue value is 51 (20.31% from 255 or 13.64% from 374); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6733 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6733 is #2398CC. Grayscale: #848484. Windows color (decimal): -2332877 or 3368924. OLE color: 3368924.

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

Color convert

RGB 220 103 51 -
CMYK 0 0.53 0.77 0.14
HSL 18.46º 0.71% 0.53% -
HSV(B) 18.46º 0.77% 0.86% -
XYZ 34.96 25.16 6.14 -
YUV 132.06 82.26 190.73 -
System Red Green Blue C M Y K H S L
Decimal 220 103 51 0 0.53 0.77 0.14 18.46 0.71 0.53
Hex DC 67 33 0 35 4D E 12 47 35
Octal 334 147 63 0 65 115 16 22 107 65
Binary 11011100 1100111 110011 0 110101 1001101 1110 10010 1000111 110101

Color Harmonies of #DC6733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6733

Black with #DC6733

Text Example


Text Example

White with #DC6733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6733; }

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

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

background-color css

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

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

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

border-color css

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

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

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