Html Css Color HEX #DF6B3E Sorbus

📋 copy color: '#DF6B3E'

red 223 ◦ green 107 ◦ blue 62

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

Shades of Sorbus #DF6B3E

Tints of Sorbus #DF6B3E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.3%

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

R = 56.89%
G = 27.3%
B = 15.82%

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

#DF6B3E (or 0xDF6B3E) is known color: Sorbus. HEX triplet: DF, 6B and 3E. RGB value is (223,107,62). Sum of RGB (Red+Green+Blue) = 223+107+62=392 (51% of max value = 765). Red value is 223 (87.5% from 255 or 56.89% from 392); Green value is 107 (42.19% from 255 or 27.30% from 392); Blue value is 62 (24.61% from 255 or 15.82% from 392); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6B3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6B3E is #2094C1. Grayscale: #888888. Windows color (decimal): -2135234 or 4090847. OLE color: 4090847.

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

Color convert

RGB 223 107 62 -
CMYK 0 0.52 0.72 0.13
HSL 16.77º 0.72% 0.56% -
HSV(B) 16.77º 0.72% 0.87% -
XYZ 36.56 26.55 7.76 -
YUV 136.55 85.93 189.66 -
System Red Green Blue C M Y K H S L
Decimal 223 107 62 0 0.52 0.72 0.13 16.77 0.72 0.56
Hex DF 6B 3E 0 34 48 D 11 48 38
Octal 337 153 76 0 64 110 15 21 110 70
Binary 11011111 1101011 111110 0 110100 1001000 1101 10001 1001000 111000

Color Harmonies of #DF6B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6B3E

Black with #DF6B3E

Text Example


Text Example

White with #DF6B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6B3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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