Html Css Color HEX #DC653F Sorbus

📋 copy color: '#DC653F'

red 220 ◦ green 101 ◦ blue 63

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

Shades of Sorbus #DC653F

Tints of Sorbus #DC653F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.3%

 BLUE value IS 63 (25% from 255) = 16.41%

R = 57.29%
G = 26.3%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC653F (or 0xDC653F) is known color: Sorbus. HEX triplet: DC, 65 and 3F. RGB value is (220,101,63). Sum of RGB (Red+Green+Blue) = 220+101+63=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 63 (25% from 255 or 16.41% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC653F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC653F is #239AC0. Grayscale: #848484. Windows color (decimal): -2333377 or 4154844. OLE color: 4154844.

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

Color convert

RGB 220 101 63 -
CMYK 0 0.54 0.71 0.14
HSL 14.52º 0.69% 0.55% -
HSV(B) 14.52º 0.71% 0.86% -
XYZ 35.07 24.88 7.66 -
YUV 132.25 88.92 190.59 -
System Red Green Blue C M Y K H S L
Decimal 220 101 63 0 0.54 0.71 0.14 14.52 0.69 0.55
Hex DC 65 3F 0 36 47 E F 45 37
Octal 334 145 77 0 66 107 16 17 105 67
Binary 11011100 1100101 111111 0 110110 1000111 1110 1111 1000101 110111

Color Harmonies of #DC653F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC653F

Black with #DC653F

Text Example


Text Example

White with #DC653F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC653F; }

 p { color: rgb(220,101,63); }

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

background-color css

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

 a { background-color: rgb(220,101,63); }

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

border-color css

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

 span { border-color: rgb(220,101,63); }

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