Html Css Color HEX #DC6730 Sorbus

📋 copy color: '#DC6730'

red 220 ◦ green 103 ◦ blue 48

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

Shades of Sorbus #DC6730

Tints of Sorbus #DC6730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.94%

R = 59.3%
G = 27.76%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC6730 (or 0xDC6730) is known color: Sorbus. HEX triplet: DC, 67 and 30. RGB value is (220,103,48). Sum of RGB (Red+Green+Blue) = 220+103+48=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 48 (19.14% from 255 or 12.94% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6730 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6730 is #2398CF. Grayscale: #848484. Windows color (decimal): -2332880 or 3172316. OLE color: 3172316.

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

Color convert

RGB 220 103 48 -
CMYK 0 0.53 0.78 0.14
HSL 19.19º 0.71% 0.53% -
HSV(B) 19.19º 0.78% 0.86% -
XYZ 34.9 25.13 5.81 -
YUV 131.71 80.76 190.97 -
System Red Green Blue C M Y K H S L
Decimal 220 103 48 0 0.53 0.78 0.14 19.19 0.71 0.53
Hex DC 67 30 0 35 4E E 13 47 35
Octal 334 147 60 0 65 116 16 23 107 65
Binary 11011100 1100111 110000 0 110101 1001110 1110 10011 1000111 110101

Color Harmonies of #DC6730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6730

Black with #DC6730

Text Example


Text Example

White with #DC6730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6730; }

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

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

background-color css

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

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

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

border-color css

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

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

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