Html Css Color HEX #DF6330 Sorbus

📋 copy color: '#DF6330'

red 223 ◦ green 99 ◦ blue 48

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

Shades of Sorbus #DF6330

Tints of Sorbus #DF6330

RGB

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

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

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

R = 60.27%
G = 26.76%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DF6330 (or 0xDF6330) is known color: Sorbus. HEX triplet: DF, 63 and 30. RGB value is (223,99,48). Sum of RGB (Red+Green+Blue) = 223+99+48=370 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.27% from 370); Green value is 99 (39.06% from 255 or 26.76% from 370); Blue value is 48 (19.14% from 255 or 12.97% from 370); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6330 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6330 is #209CCF. Grayscale: #828282. Windows color (decimal): -2137296 or 3171295. OLE color: 3171295.

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

Color convert

RGB 223 99 48 -
CMYK 0 0.56 0.78 0.13
HSL 17.49º 0.73% 0.53% -
HSV(B) 17.49º 0.78% 0.87% -
XYZ 35.43 24.83 5.72 -
YUV 130.26 81.58 194.15 -
System Red Green Blue C M Y K H S L
Decimal 223 99 48 0 0.56 0.78 0.13 17.49 0.73 0.53
Hex DF 63 30 0 38 4E D 11 49 35
Octal 337 143 60 0 70 116 15 21 111 65
Binary 11011111 1100011 110000 0 111000 1001110 1101 10001 1001001 110101

Color Harmonies of #DF6330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6330

Black with #DF6330

Text Example


Text Example

White with #DF6330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6330; }

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

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

background-color css

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

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

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

border-color css

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

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

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