Html Css Color HEX #DC6430 Sorbus

📋 copy color: '#DC6430'

red 220 ◦ green 100 ◦ blue 48

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

Shades of Sorbus #DC6430

Tints of Sorbus #DC6430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.04%

R = 59.78%
G = 27.17%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC6430 (or 0xDC6430) is known color: Sorbus. HEX triplet: DC, 64 and 30. RGB value is (220,100,48). Sum of RGB (Red+Green+Blue) = 220+100+48=368 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.78% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 48 (19.14% from 255 or 13.04% from 368); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6430 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6430 is #239BCF. Grayscale: #828282. Windows color (decimal): -2333648 or 3171548. OLE color: 3171548.

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

Color convert

RGB 220 100 48 -
CMYK 0 0.55 0.78 0.14
HSL 18.14º 0.71% 0.53% -
HSV(B) 18.14º 0.78% 0.86% -
XYZ 34.61 24.54 5.71 -
YUV 129.95 81.76 192.23 -
System Red Green Blue C M Y K H S L
Decimal 220 100 48 0 0.55 0.78 0.14 18.14 0.71 0.53
Hex DC 64 30 0 37 4E E 12 47 35
Octal 334 144 60 0 67 116 16 22 107 65
Binary 11011100 1100100 110000 0 110111 1001110 1110 10010 1000111 110101

Color Harmonies of #DC6430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6430

Black with #DC6430

Text Example


Text Example

White with #DC6430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6430; }

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

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

background-color css

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

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

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

border-color css

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

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

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