Html Css Color HEX #DF6030 Sorbus

📋 copy color: '#DF6030'

red 223 ◦ green 96 ◦ blue 48

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

Shades of Sorbus #DF6030

Tints of Sorbus #DF6030

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.16%

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

R = 60.76%
G = 26.16%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DF6030 (or 0xDF6030) is known color: Sorbus. HEX triplet: DF, 60 and 30. RGB value is (223,96,48). Sum of RGB (Red+Green+Blue) = 223+96+48=367 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.76% from 367); Green value is 96 (37.89% from 255 or 26.16% from 367); Blue value is 48 (19.14% from 255 or 13.08% from 367); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6030 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6030 is #209FCF. Grayscale: #808080. Windows color (decimal): -2138064 or 3170527. OLE color: 3170527.

HSL color Cylindrical-coordinate representation of color #DF6030: hue angle of 16.46º 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 #DF6030 is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 96 48 -
CMYK 0 0.57 0.78 0.13
HSL 16.46º 0.73% 0.53% -
HSV(B) 16.46º 0.78% 0.87% -
XYZ 35.15 24.27 5.63 -
YUV 128.5 82.58 195.4 -
System Red Green Blue C M Y K H S L
Decimal 223 96 48 0 0.57 0.78 0.13 16.46 0.73 0.53
Hex DF 60 30 0 39 4E D 10 49 35
Octal 337 140 60 0 71 116 15 20 111 65
Binary 11011111 1100000 110000 0 111001 1001110 1101 10000 1001001 110101

Color Harmonies of #DF6030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6030

Black with #DF6030

Text Example


Text Example

White with #DF6030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6030; }

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

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

background-color css

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

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

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

border-color css

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

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

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