Html Css Color HEX #DA693F Sorbus

📋 copy color: '#DA693F'

red 218 ◦ green 105 ◦ blue 63

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

Shades of Sorbus #DA693F

Tints of Sorbus #DA693F

RGB

 RED value IS 218 (85.55% from 255) = 56.48%

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

 BLUE value IS 63 (25% from 255) = 16.32%

R = 56.48%
G = 27.2%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DA693F (or 0xDA693F) is known color: Sorbus. HEX triplet: DA, 69 and 3F. RGB value is (218,105,63). Sum of RGB (Red+Green+Blue) = 218+105+63=386 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.48% from 386); Green value is 105 (41.41% from 255 or 27.20% from 386); Blue value is 63 (25% from 255 or 16.32% from 386); Max value from RGB is 218 - color contains mainly: red. Hex color #DA693F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA693F is #2596C0. Grayscale: #868686. Windows color (decimal): -2463425 or 4155866. OLE color: 4155866.

HSL color Cylindrical-coordinate representation of color #DA693F: hue angle of 16.26º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA693F is Cyan = 0, Magento = 0.52, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 105 63 -
CMYK 0 0.52 0.71 0.15
HSL 16.26º 0.68% 0.55% -
HSV(B) 16.26º 0.71% 0.85% -
XYZ 34.86 25.37 7.76 -
YUV 134 87.94 187.92 -
System Red Green Blue C M Y K H S L
Decimal 218 105 63 0 0.52 0.71 0.15 16.26 0.68 0.55
Hex DA 69 3F 0 34 47 F 10 44 37
Octal 332 151 77 0 64 107 17 20 104 67
Binary 11011010 1101001 111111 0 110100 1000111 1111 10000 1000100 110111

Color Harmonies of #DA693F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA693F

Black with #DA693F

Text Example


Text Example

White with #DA693F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA693F; }

 p { color: rgb(218,105,63); }

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

background-color css

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

 a { background-color: rgb(218,105,63); }

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

border-color css

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

 span { border-color: rgb(218,105,63); }

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