Html Css Color HEX #DF6C3E Sorbus

📋 copy color: '#DF6C3E'

red 223 ◦ green 108 ◦ blue 62

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

Shades of Sorbus #DF6C3E

Tints of Sorbus #DF6C3E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.48%

 BLUE value IS 62 (24.61% from 255) = 15.78%

R = 56.74%
G = 27.48%
B = 15.78%

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

#DF6C3E (or 0xDF6C3E) is known color: Sorbus. HEX triplet: DF, 6C and 3E. RGB value is (223,108,62). Sum of RGB (Red+Green+Blue) = 223+108+62=393 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.74% from 393); Green value is 108 (42.58% from 255 or 27.48% from 393); Blue value is 62 (24.61% from 255 or 15.78% from 393); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6C3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6C3E is #2093C1. Grayscale: #898989. Windows color (decimal): -2134978 or 4091103. OLE color: 4091103.

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

Color convert

RGB 223 108 62 -
CMYK 0 0.52 0.72 0.13
HSL 17.14º 0.72% 0.56% -
HSV(B) 17.14º 0.72% 0.87% -
XYZ 36.66 26.76 7.79 -
YUV 137.14 85.6 189.24 -
System Red Green Blue C M Y K H S L
Decimal 223 108 62 0 0.52 0.72 0.13 17.14 0.72 0.56
Hex DF 6C 3E 0 34 48 D 11 48 38
Octal 337 154 76 0 64 110 15 21 110 70
Binary 11011111 1101100 111110 0 110100 1001000 1101 10001 1001000 111000

Color Harmonies of #DF6C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6C3E

Black with #DF6C3E

Text Example


Text Example

White with #DF6C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6C3E; }

 p { color: rgb(223,108,62); }

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

background-color css

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

 a { background-color: rgb(223,108,62); }

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

border-color css

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

 span { border-color: rgb(223,108,62); }

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