Html Css Color HEX #DF6830 Sorbus

📋 copy color: '#DF6830'

red 223 ◦ green 104 ◦ blue 48

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

Shades of Sorbus #DF6830

Tints of Sorbus #DF6830

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.73%

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

R = 59.47%
G = 27.73%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DF6830 (or 0xDF6830) is known color: Sorbus. HEX triplet: DF, 68 and 30. RGB value is (223,104,48). Sum of RGB (Red+Green+Blue) = 223+104+48=375 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.47% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 48 (19.14% from 255 or 12.8% from 375); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6830 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6830 is #2097CF. Grayscale: #858585. Windows color (decimal): -2136016 or 3172575. OLE color: 3172575.

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

Color convert

RGB 223 104 48 -
CMYK 0 0.53 0.78 0.13
HSL 19.2º 0.73% 0.53% -
HSV(B) 19.2º 0.78% 0.87% -
XYZ 35.92 25.8 5.88 -
YUV 133.2 79.92 192.05 -
System Red Green Blue C M Y K H S L
Decimal 223 104 48 0 0.53 0.78 0.13 19.2 0.73 0.53
Hex DF 68 30 0 35 4E D 13 49 35
Octal 337 150 60 0 65 116 15 23 111 65
Binary 11011111 1101000 110000 0 110101 1001110 1101 10011 1001001 110101

Color Harmonies of #DF6830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6830

Black with #DF6830

Text Example


Text Example

White with #DF6830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6830; }

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

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

background-color css

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

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

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

border-color css

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

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

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