Html Css Color HEX #DC6633 Sorbus

📋 copy color: '#DC6633'

red 220 ◦ green 102 ◦ blue 51

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

Shades of Sorbus #DC6633

Tints of Sorbus #DC6633

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.35%

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

R = 58.98%
G = 27.35%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DC6633 (or 0xDC6633) is known color: Sorbus. HEX triplet: DC, 66 and 33. RGB value is (220,102,51). Sum of RGB (Red+Green+Blue) = 220+102+51=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 51 (20.31% from 255 or 13.67% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6633 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6633 is #2399CC. Grayscale: #838383. Windows color (decimal): -2333133 or 3368668. OLE color: 3368668.

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

Color convert

RGB 220 102 51 -
CMYK 0 0.54 0.77 0.14
HSL 18.11º 0.71% 0.53% -
HSV(B) 18.11º 0.77% 0.86% -
XYZ 34.86 24.96 6.11 -
YUV 131.47 82.59 191.15 -
System Red Green Blue C M Y K H S L
Decimal 220 102 51 0 0.54 0.77 0.14 18.11 0.71 0.53
Hex DC 66 33 0 36 4D E 12 47 35
Octal 334 146 63 0 66 115 16 22 107 65
Binary 11011100 1100110 110011 0 110110 1001101 1110 10010 1000111 110101

Color Harmonies of #DC6633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6633

Black with #DC6633

Text Example


Text Example

White with #DC6633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6633; }

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

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

background-color css

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

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

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

border-color css

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

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

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