Html Css Color HEX #D5703D Sorbus

📋 copy color: '#D5703D'

red 213 ◦ green 112 ◦ blue 61

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

Shades of Sorbus #D5703D

Tints of Sorbus #D5703D

RGB

 RED value IS 213 (83.59% from 255) = 55.18%

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

 BLUE value IS 61 (24.22% from 255) = 15.8%

R = 55.18%
G = 29.02%
B = 15.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D5703D (or 0xD5703D) is known color: Sorbus. HEX triplet: D5, 70 and 3D. RGB value is (213,112,61). Sum of RGB (Red+Green+Blue) = 213+112+61=386 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.18% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 61 (24.22% from 255 or 15.80% from 386); Max value from RGB is 213 - color contains mainly: red. Hex color #D5703D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5703D is #2A8FC2. Grayscale: #888888. Windows color (decimal): -2789315 or 4026581. OLE color: 4026581.

HSL color Cylindrical-coordinate representation of color #D5703D: hue angle of 20.13º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D5703D is Cyan = 0, Magento = 0.47, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 112 61 -
CMYK 0 0.47 0.71 0.16
HSL 20.13º 0.64% 0.54% -
HSV(B) 20.13º 0.71% 0.84% -
XYZ 34.08 26.07 7.65 -
YUV 136.39 85.46 182.65 -
System Red Green Blue C M Y K H S L
Decimal 213 112 61 0 0.47 0.71 0.16 20.13 0.64 0.54
Hex D5 70 3D 0 2F 47 10 14 40 36
Octal 325 160 75 0 57 107 20 24 100 66
Binary 11010101 1110000 111101 0 101111 1000111 10000 10100 1000000 110110

Color Harmonies of #D5703D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5703D

Black with #D5703D

Text Example


Text Example

White with #D5703D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5703D; }

 p { color: rgb(213,112,61); }

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

background-color css

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

 a { background-color: rgb(213,112,61); }

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

border-color css

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

 span { border-color: rgb(213,112,61); }

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