Html Css Color HEX #DF693C Sorbus

📋 copy color: '#DF693C'

red 223 ◦ green 105 ◦ blue 60

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

Shades of Sorbus #DF693C

Tints of Sorbus #DF693C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.46%

R = 57.47%
G = 27.06%
B = 15.46%

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

#DF693C (or 0xDF693C) is known color: Sorbus. HEX triplet: DF, 69 and 3C. RGB value is (223,105,60). Sum of RGB (Red+Green+Blue) = 223+105+60=388 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.47% from 388); Green value is 105 (41.41% from 255 or 27.06% from 388); Blue value is 60 (23.83% from 255 or 15.46% from 388); Max value from RGB is 223 - color contains mainly: red. Hex color #DF693C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF693C is #2096C3. Grayscale: #878787. Windows color (decimal): -2135748 or 3959263. OLE color: 3959263.

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

Color convert

RGB 223 105 60 -
CMYK 0 0.53 0.73 0.13
HSL 16.56º 0.72% 0.55% -
HSV(B) 16.56º 0.73% 0.87% -
XYZ 36.3 26.12 7.4 -
YUV 135.15 85.59 190.66 -
System Red Green Blue C M Y K H S L
Decimal 223 105 60 0 0.53 0.73 0.13 16.56 0.72 0.55
Hex DF 69 3C 0 35 49 D 11 48 37
Octal 337 151 74 0 65 111 15 21 110 67
Binary 11011111 1101001 111100 0 110101 1001001 1101 10001 1001000 110111

Color Harmonies of #DF693C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF693C

Black with #DF693C

Text Example


Text Example

White with #DF693C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF693C; }

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

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

background-color css

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

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

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

border-color css

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

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

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