Html Css Color HEX #DC643D Sorbus

📋 copy color: '#DC643D'

red 220 ◦ green 100 ◦ blue 61

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

Shades of Sorbus #DC643D

Tints of Sorbus #DC643D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.25%

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

R = 57.74%
G = 26.25%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DC643D (or 0xDC643D) is known color: Sorbus. HEX triplet: DC, 64 and 3D. RGB value is (220,100,61). Sum of RGB (Red+Green+Blue) = 220+100+61=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 100 (39.45% from 255 or 26.25% from 381); Blue value is 61 (24.22% from 255 or 16.01% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC643D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC643D is #239BC2. Grayscale: #838383. Windows color (decimal): -2333635 or 4023516. OLE color: 4023516.

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

Color convert

RGB 220 100 61 -
CMYK 0 0.55 0.72 0.14
HSL 14.72º 0.69% 0.55% -
HSV(B) 14.72º 0.72% 0.86% -
XYZ 34.91 24.67 7.34 -
YUV 131.43 88.26 191.17 -
System Red Green Blue C M Y K H S L
Decimal 220 100 61 0 0.55 0.72 0.14 14.72 0.69 0.55
Hex DC 64 3D 0 37 48 E F 45 37
Octal 334 144 75 0 67 110 16 17 105 67
Binary 11011100 1100100 111101 0 110111 1001000 1110 1111 1000101 110111

Color Harmonies of #DC643D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC643D

Black with #DC643D

Text Example


Text Example

White with #DC643D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC643D; }

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

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

background-color css

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

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

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

border-color css

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

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

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