Html Css Color HEX #DC6632 Sorbus

📋 copy color: '#DC6632'

red 220 ◦ green 102 ◦ blue 50

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

Shades of Sorbus #DC6632

Tints of Sorbus #DC6632

RGB

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

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

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

R = 59.14%
G = 27.42%
B = 13.44%

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

#DC6632 (or 0xDC6632) is known color: Sorbus. HEX triplet: DC, 66 and 32. RGB value is (220,102,50). Sum of RGB (Red+Green+Blue) = 220+102+50=372 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.14% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 50 (19.92% from 255 or 13.44% from 372); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6632 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6632 is #2399CD. Grayscale: #838383. Windows color (decimal): -2333134 or 3303132. OLE color: 3303132.

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

Color convert

RGB 220 102 50 -
CMYK 0 0.54 0.77 0.14
HSL 18.35º 0.71% 0.53% -
HSV(B) 18.35º 0.77% 0.86% -
XYZ 34.84 24.95 6 -
YUV 131.35 82.09 191.23 -
System Red Green Blue C M Y K H S L
Decimal 220 102 50 0 0.54 0.77 0.14 18.35 0.71 0.53
Hex DC 66 32 0 36 4D E 12 47 35
Octal 334 146 62 0 66 115 16 22 107 65
Binary 11011100 1100110 110010 0 110110 1001101 1110 10010 1000111 110101

Color Harmonies of #DC6632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6632

Black with #DC6632

Text Example


Text Example

White with #DC6632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6632; }

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

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

background-color css

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

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

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

border-color css

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

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

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