Html Css Color HEX #D3703F Sorbus

📋 copy color: '#D3703F'

red 211 ◦ green 112 ◦ blue 63

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

Shades of Sorbus #D3703F

Tints of Sorbus #D3703F

RGB

 RED value IS 211 (82.81% from 255) = 54.66%

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

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

R = 54.66%
G = 29.02%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D3703F (or 0xD3703F) is known color: Sorbus. HEX triplet: D3, 70 and 3F. RGB value is (211,112,63). Sum of RGB (Red+Green+Blue) = 211+112+63=386 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.66% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 63 (25% from 255 or 16.32% from 386); Max value from RGB is 211 - color contains mainly: red. Hex color #D3703F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D3703F is #2C8FC0. Grayscale: #888888. Windows color (decimal): -2920385 or 4157651. OLE color: 4157651.

HSL color Cylindrical-coordinate representation of color #D3703F: hue angle of 19.86º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D3703F is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 112 63 -
CMYK 0 0.47 0.70 0.17
HSL 19.86º 0.63% 0.54% -
HSV(B) 19.86º 0.7% 0.83% -
XYZ 33.56 25.8 7.91 -
YUV 136.02 86.8 181.48 -
System Red Green Blue C M Y K H S L
Decimal 211 112 63 0 0.47 0.70 0.17 19.86 0.63 0.54
Hex D3 70 3F 0 2F 46 11 14 3F 36
Octal 323 160 77 0 57 106 21 24 77 66
Binary 11010011 1110000 111111 0 101111 1000110 10001 10100 111111 110110

Color Harmonies of #D3703F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3703F

Black with #D3703F

Text Example


Text Example

White with #D3703F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3703F; }

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

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

background-color css

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

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

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

border-color css

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

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

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