Html Css Color HEX #DF6630 Sorbus

📋 copy color: '#DF6630'

red 223 ◦ green 102 ◦ blue 48

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

Shades of Sorbus #DF6630

Tints of Sorbus #DF6630

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.35%

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

R = 59.79%
G = 27.35%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DF6630 (or 0xDF6630) is known color: Sorbus. HEX triplet: DF, 66 and 30. RGB value is (223,102,48). Sum of RGB (Red+Green+Blue) = 223+102+48=373 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.79% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 48 (19.14% from 255 or 12.87% from 373); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6630 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6630 is #2099CF. Grayscale: #848484. Windows color (decimal): -2136528 or 3172063. OLE color: 3172063.

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

Color convert

RGB 223 102 48 -
CMYK 0 0.54 0.78 0.13
HSL 18.51º 0.73% 0.53% -
HSV(B) 18.51º 0.78% 0.87% -
XYZ 35.72 25.4 5.82 -
YUV 132.02 80.59 192.89 -
System Red Green Blue C M Y K H S L
Decimal 223 102 48 0 0.54 0.78 0.13 18.51 0.73 0.53
Hex DF 66 30 0 36 4E D 13 49 35
Octal 337 146 60 0 66 116 15 23 111 65
Binary 11011111 1100110 110000 0 110110 1001110 1101 10011 1001001 110101

Color Harmonies of #DF6630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6630

Black with #DF6630

Text Example


Text Example

White with #DF6630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6630; }

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

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

background-color css

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

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

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

border-color css

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

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

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