Html Css Color HEX #DC633A Sorbus

📋 copy color: '#DC633A'

red 220 ◦ green 99 ◦ blue 58

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

Shades of Sorbus #DC633A

Tints of Sorbus #DC633A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.38%

R = 58.36%
G = 26.26%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DC633A (or 0xDC633A) is known color: Sorbus. HEX triplet: DC, 63 and 3A. RGB value is (220,99,58). Sum of RGB (Red+Green+Blue) = 220+99+58=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 99 (39.06% from 255 or 26.26% from 377); Blue value is 58 (23.05% from 255 or 15.38% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC633A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC633A is #239CC5. Grayscale: #828282. Windows color (decimal): -2333894 or 3826652. OLE color: 3826652.

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

Color convert

RGB 220 99 58 -
CMYK 0 0.55 0.74 0.14
HSL 15.19º 0.7% 0.55% -
HSV(B) 15.19º 0.74% 0.86% -
XYZ 34.74 24.44 6.89 -
YUV 130.51 87.09 191.83 -
System Red Green Blue C M Y K H S L
Decimal 220 99 58 0 0.55 0.74 0.14 15.19 0.7 0.55
Hex DC 63 3A 0 37 4A E F 46 37
Octal 334 143 72 0 67 112 16 17 106 67
Binary 11011100 1100011 111010 0 110111 1001010 1110 1111 1000110 110111

Color Harmonies of #DC633A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC633A

Black with #DC633A

Text Example


Text Example

White with #DC633A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC633A; }

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

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

background-color css

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

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

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

border-color css

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

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

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