Html Css Color HEX #DC653D Sorbus

📋 copy color: '#DC653D'

red 220 ◦ green 101 ◦ blue 61

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

Shades of Sorbus #DC653D

Tints of Sorbus #DC653D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.97%

R = 57.59%
G = 26.44%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DC653D (or 0xDC653D) is known color: Sorbus. HEX triplet: DC, 65 and 3D. RGB value is (220,101,61). Sum of RGB (Red+Green+Blue) = 220+101+61=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 101 (39.84% from 255 or 26.44% from 382); Blue value is 61 (24.22% from 255 or 15.97% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC653D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC653D is #239AC2. Grayscale: #848484. Windows color (decimal): -2333379 or 4023772. OLE color: 4023772.

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

Color convert

RGB 220 101 61 -
CMYK 0 0.54 0.72 0.14
HSL 15.09º 0.69% 0.55% -
HSV(B) 15.09º 0.72% 0.86% -
XYZ 35.01 24.86 7.37 -
YUV 132.02 87.92 190.75 -
System Red Green Blue C M Y K H S L
Decimal 220 101 61 0 0.54 0.72 0.14 15.09 0.69 0.55
Hex DC 65 3D 0 36 48 E F 45 37
Octal 334 145 75 0 66 110 16 17 105 67
Binary 11011100 1100101 111101 0 110110 1001000 1110 1111 1000101 110111

Color Harmonies of #DC653D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC653D

Black with #DC653D

Text Example


Text Example

White with #DC653D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC653D; }

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

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

background-color css

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

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

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

border-color css

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

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

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