Html Css Color HEX #DF6F3F Sorbus

📋 copy color: '#DF6F3F'

red 223 ◦ green 111 ◦ blue 63

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

Shades of Sorbus #DF6F3F

Tints of Sorbus #DF6F3F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.96%

 BLUE value IS 63 (25% from 255) = 15.87%

R = 56.17%
G = 27.96%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DF6F3F (or 0xDF6F3F) is known color: Sorbus. HEX triplet: DF, 6F and 3F. RGB value is (223,111,63). Sum of RGB (Red+Green+Blue) = 223+111+63=397 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.17% from 397); Green value is 111 (43.75% from 255 or 27.96% from 397); Blue value is 63 (25% from 255 or 15.87% from 397); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6F3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6F3F is #2090C0. Grayscale: #8B8B8B. Windows color (decimal): -2134209 or 4157407. OLE color: 4157407.

HSL color Cylindrical-coordinate representation of color #DF6F3F: hue angle of 18º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DF6F3F is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 111 63 -
CMYK 0 0.50 0.72 0.13
HSL 18º 0.71% 0.56% -
HSV(B) 18º 0.72% 0.87% -
XYZ 37.01 27.42 8.04 -
YUV 139.02 85.11 187.9 -
System Red Green Blue C M Y K H S L
Decimal 223 111 63 0 0.50 0.72 0.13 18 0.71 0.56
Hex DF 6F 3F 0 32 48 D 12 47 38
Octal 337 157 77 0 62 110 15 22 107 70
Binary 11011111 1101111 111111 0 110010 1001000 1101 10010 1000111 111000

Color Harmonies of #DF6F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6F3F

Black with #DF6F3F

Text Example


Text Example

White with #DF6F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6F3F; }

 p { color: rgb(223,111,63); }

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

background-color css

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

 a { background-color: rgb(223,111,63); }

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

border-color css

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

 span { border-color: rgb(223,111,63); }

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