Html Css Color HEX #DC6433 Sorbus

📋 copy color: '#DC6433'

red 220 ◦ green 100 ◦ blue 51

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

Shades of Sorbus #DC6433

Tints of Sorbus #DC6433

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 13.75%

R = 59.3%
G = 26.95%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DC6433 (or 0xDC6433) is known color: Sorbus. HEX triplet: DC, 64 and 33. RGB value is (220,100,51). Sum of RGB (Red+Green+Blue) = 220+100+51=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 51 (20.31% from 255 or 13.75% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6433 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6433 is #239BCC. Grayscale: #828282. Windows color (decimal): -2333645 or 3368156. OLE color: 3368156.

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

Color convert

RGB 220 100 51 -
CMYK 0 0.55 0.77 0.14
HSL 17.4º 0.71% 0.53% -
HSV(B) 17.4º 0.77% 0.86% -
XYZ 34.67 24.57 6.05 -
YUV 130.29 83.26 191.98 -
System Red Green Blue C M Y K H S L
Decimal 220 100 51 0 0.55 0.77 0.14 17.4 0.71 0.53
Hex DC 64 33 0 37 4D E 11 47 35
Octal 334 144 63 0 67 115 16 21 107 65
Binary 11011100 1100100 110011 0 110111 1001101 1110 10001 1000111 110101

Color Harmonies of #DC6433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6433

Black with #DC6433

Text Example


Text Example

White with #DC6433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6433; }

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

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

background-color css

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

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

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

border-color css

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

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

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