Html Css Color HEX #DA703F Sorbus

📋 copy color: '#DA703F'

red 218 ◦ green 112 ◦ blue 63

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

Shades of Sorbus #DA703F

Tints of Sorbus #DA703F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.5%

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

R = 55.47%
G = 28.5%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DA703F (or 0xDA703F) is known color: Sorbus. HEX triplet: DA, 70 and 3F. RGB value is (218,112,63). Sum of RGB (Red+Green+Blue) = 218+112+63=393 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.47% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 63 (25% from 255 or 16.03% from 393); Max value from RGB is 218 - color contains mainly: red. Hex color #DA703F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA703F is #258FC0. Grayscale: #8A8A8A. Windows color (decimal): -2461633 or 4157658. OLE color: 4157658.

HSL color Cylindrical-coordinate representation of color #DA703F: hue angle of 18.97º 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 #DA703F is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 112 63 -
CMYK 0 0.49 0.71 0.15
HSL 18.97º 0.68% 0.55% -
HSV(B) 18.97º 0.71% 0.85% -
XYZ 35.6 26.85 8.01 -
YUV 138.11 85.62 184.98 -
System Red Green Blue C M Y K H S L
Decimal 218 112 63 0 0.49 0.71 0.15 18.97 0.68 0.55
Hex DA 70 3F 0 31 47 F 13 44 37
Octal 332 160 77 0 61 107 17 23 104 67
Binary 11011010 1110000 111111 0 110001 1000111 1111 10011 1000100 110111

Color Harmonies of #DA703F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA703F

Black with #DA703F

Text Example


Text Example

White with #DA703F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA703F; }

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

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

background-color css

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

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

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

border-color css

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

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

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