Html Css Color HEX #DF6430 Sorbus

📋 copy color: '#DF6430'

red 223 ◦ green 100 ◦ blue 48

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

Shades of Sorbus #DF6430

Tints of Sorbus #DF6430

RGB

 RED value IS 223 (87.5% from 255) = 60.11%

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

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

R = 60.11%
G = 26.95%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DF6430 (or 0xDF6430) is known color: Sorbus. HEX triplet: DF, 64 and 30. RGB value is (223,100,48). Sum of RGB (Red+Green+Blue) = 223+100+48=371 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.11% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 48 (19.14% from 255 or 12.94% from 371); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6430 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6430 is #209BCF. Grayscale: #838383. Windows color (decimal): -2137040 or 3171551. OLE color: 3171551.

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

Color convert

RGB 223 100 48 -
CMYK 0 0.55 0.78 0.13
HSL 17.83º 0.73% 0.53% -
HSV(B) 17.83º 0.78% 0.87% -
XYZ 35.52 25.02 5.75 -
YUV 130.85 81.25 193.73 -
System Red Green Blue C M Y K H S L
Decimal 223 100 48 0 0.55 0.78 0.13 17.83 0.73 0.53
Hex DF 64 30 0 37 4E D 12 49 35
Octal 337 144 60 0 67 116 15 22 111 65
Binary 11011111 1100100 110000 0 110111 1001110 1101 10010 1001001 110101

Color Harmonies of #DF6430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6430

Black with #DF6430

Text Example


Text Example

White with #DF6430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6430; }

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

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

background-color css

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

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

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

border-color css

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

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

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