Html Css Color HEX #DC6732 Sorbus

📋 copy color: '#DC6732'

red 220 ◦ green 103 ◦ blue 50

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

Shades of Sorbus #DC6732

Tints of Sorbus #DC6732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.4%

R = 58.98%
G = 27.61%
B = 13.4%

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

#DC6732 (or 0xDC6732) is known color: Sorbus. HEX triplet: DC, 67 and 32. RGB value is (220,103,50). Sum of RGB (Red+Green+Blue) = 220+103+50=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 103 (40.62% from 255 or 27.61% from 373); Blue value is 50 (19.92% from 255 or 13.40% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6732 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6732 is #2398CD. Grayscale: #848484. Windows color (decimal): -2332878 or 3303388. OLE color: 3303388.

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

Color convert

RGB 220 103 50 -
CMYK 0 0.53 0.77 0.14
HSL 18.71º 0.71% 0.53% -
HSV(B) 18.71º 0.77% 0.86% -
XYZ 34.94 25.15 6.03 -
YUV 131.94 81.76 190.81 -
System Red Green Blue C M Y K H S L
Decimal 220 103 50 0 0.53 0.77 0.14 18.71 0.71 0.53
Hex DC 67 32 0 35 4D E 13 47 35
Octal 334 147 62 0 65 115 16 23 107 65
Binary 11011100 1100111 110010 0 110101 1001101 1110 10011 1000111 110101

Color Harmonies of #DC6732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6732

Black with #DC6732

Text Example


Text Example

White with #DC6732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6732; }

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

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

background-color css

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

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

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

border-color css

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

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

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