Html Css Color HEX #DC633D Sorbus

📋 copy color: '#DC633D'

red 220 ◦ green 99 ◦ blue 61

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

Shades of Sorbus #DC633D

Tints of Sorbus #DC633D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.05%

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

R = 57.89%
G = 26.05%
B = 16.05%

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

#DC633D (or 0xDC633D) is known color: Sorbus. HEX triplet: DC, 63 and 3D. RGB value is (220,99,61). Sum of RGB (Red+Green+Blue) = 220+99+61=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 99 (39.06% from 255 or 26.05% from 380); Blue value is 61 (24.22% from 255 or 16.05% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC633D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC633D is #239CC2. Grayscale: #838383. Windows color (decimal): -2333891 or 4023260. OLE color: 4023260.

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

Color convert

RGB 220 99 61 -
CMYK 0 0.55 0.72 0.14
HSL 14.34º 0.69% 0.55% -
HSV(B) 14.34º 0.72% 0.86% -
XYZ 34.82 24.48 7.3 -
YUV 130.85 88.59 191.59 -
System Red Green Blue C M Y K H S L
Decimal 220 99 61 0 0.55 0.72 0.14 14.34 0.69 0.55
Hex DC 63 3D 0 37 48 E E 45 37
Octal 334 143 75 0 67 110 16 16 105 67
Binary 11011100 1100011 111101 0 110111 1001000 1110 1110 1000101 110111

Color Harmonies of #DC633D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC633D

Black with #DC633D

Text Example


Text Example

White with #DC633D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC633D; }

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

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

background-color css

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

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

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

border-color css

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

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

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