Html Css Color HEX #DF693D Sorbus

📋 copy color: '#DF693D'

red 223 ◦ green 105 ◦ blue 61

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

Shades of Sorbus #DF693D

Tints of Sorbus #DF693D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.99%

 BLUE value IS 61 (24.22% from 255) = 15.68%

R = 57.33%
G = 26.99%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DF693D (or 0xDF693D) is known color: Sorbus. HEX triplet: DF, 69 and 3D. RGB value is (223,105,61). Sum of RGB (Red+Green+Blue) = 223+105+61=389 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.33% from 389); Green value is 105 (41.41% from 255 or 26.99% from 389); Blue value is 61 (24.22% from 255 or 15.68% from 389); Max value from RGB is 223 - color contains mainly: red. Hex color #DF693D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF693D is #2096C2. Grayscale: #878787. Windows color (decimal): -2135747 or 4024799. OLE color: 4024799.

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

Color convert

RGB 223 105 61 -
CMYK 0 0.53 0.73 0.13
HSL 16.3º 0.72% 0.56% -
HSV(B) 16.3º 0.73% 0.87% -
XYZ 36.33 26.13 7.54 -
YUV 135.27 86.09 190.58 -
System Red Green Blue C M Y K H S L
Decimal 223 105 61 0 0.53 0.73 0.13 16.3 0.72 0.56
Hex DF 69 3D 0 35 49 D 10 48 38
Octal 337 151 75 0 65 111 15 20 110 70
Binary 11011111 1101001 111101 0 110101 1001001 1101 10000 1001000 111000

Color Harmonies of #DF693D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF693D

Black with #DF693D

Text Example


Text Example

White with #DF693D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF693D; }

 p { color: rgb(223,105,61); }

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

background-color css

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

 a { background-color: rgb(223,105,61); }

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

border-color css

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

 span { border-color: rgb(223,105,61); }

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