Html Css Color HEX #DF693B Sorbus

📋 copy color: '#DF693B'

red 223 ◦ green 105 ◦ blue 59

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

Shades of Sorbus #DF693B

Tints of Sorbus #DF693B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.25%

R = 57.62%
G = 27.13%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DF693B (or 0xDF693B) is known color: Sorbus. HEX triplet: DF, 69 and 3B. RGB value is (223,105,59). Sum of RGB (Red+Green+Blue) = 223+105+59=387 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.62% from 387); Green value is 105 (41.41% from 255 or 27.13% from 387); Blue value is 59 (23.44% from 255 or 15.25% from 387); Max value from RGB is 223 - color contains mainly: red. Hex color #DF693B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF693B is #2096C4. Grayscale: #878787. Windows color (decimal): -2135749 or 3893727. OLE color: 3893727.

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

Color convert

RGB 223 105 59 -
CMYK 0 0.53 0.74 0.13
HSL 16.83º 0.72% 0.55% -
HSV(B) 16.83º 0.74% 0.87% -
XYZ 36.27 26.11 7.27 -
YUV 135.04 85.09 190.74 -
System Red Green Blue C M Y K H S L
Decimal 223 105 59 0 0.53 0.74 0.13 16.83 0.72 0.55
Hex DF 69 3B 0 35 4A D 11 48 37
Octal 337 151 73 0 65 112 15 21 110 67
Binary 11011111 1101001 111011 0 110101 1001010 1101 10001 1001000 110111

Color Harmonies of #DF693B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF693B

Black with #DF693B

Text Example


Text Example

White with #DF693B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF693B; }

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

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

background-color css

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

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

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

border-color css

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

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

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