Html Css Color HEX #DF6A3F Sorbus

📋 copy color: '#DF6A3F'

red 223 ◦ green 106 ◦ blue 63

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

Shades of Sorbus #DF6A3F

Tints of Sorbus #DF6A3F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.04%

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

R = 56.89%
G = 27.04%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DF6A3F (or 0xDF6A3F) is known color: Sorbus. HEX triplet: DF, 6A and 3F. RGB value is (223,106,63). Sum of RGB (Red+Green+Blue) = 223+106+63=392 (51% of max value = 765). Red value is 223 (87.5% from 255 or 56.89% from 392); Green value is 106 (41.80% from 255 or 27.04% from 392); Blue value is 63 (25% from 255 or 16.07% from 392); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6A3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6A3F is #2095C0. Grayscale: #888888. Windows color (decimal): -2135489 or 4156127. OLE color: 4156127.

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

Color convert

RGB 223 106 63 -
CMYK 0 0.52 0.72 0.13
HSL 16.13º 0.71% 0.56% -
HSV(B) 16.13º 0.72% 0.87% -
XYZ 36.48 26.35 7.87 -
YUV 136.08 86.76 190 -
System Red Green Blue C M Y K H S L
Decimal 223 106 63 0 0.52 0.72 0.13 16.13 0.71 0.56
Hex DF 6A 3F 0 34 48 D 10 47 38
Octal 337 152 77 0 64 110 15 20 107 70
Binary 11011111 1101010 111111 0 110100 1001000 1101 10000 1000111 111000

Color Harmonies of #DF6A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6A3F

Black with #DF6A3F

Text Example


Text Example

White with #DF6A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6A3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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