Html Css Color HEX #D5703C Sorbus

📋 copy color: '#D5703C'

red 213 ◦ green 112 ◦ blue 60

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

Shades of Sorbus #D5703C

Tints of Sorbus #D5703C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.58%

R = 55.32%
G = 29.09%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D5703C (or 0xD5703C) is known color: Sorbus. HEX triplet: D5, 70 and 3C. RGB value is (213,112,60). Sum of RGB (Red+Green+Blue) = 213+112+60=385 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.32% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 60 (23.83% from 255 or 15.58% from 385); Max value from RGB is 213 - color contains mainly: red. Hex color #D5703C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5703C is #2A8FC3. Grayscale: #888888. Windows color (decimal): -2789316 or 3961045. OLE color: 3961045.

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

Color convert

RGB 213 112 60 -
CMYK 0 0.47 0.72 0.16
HSL 20.39º 0.65% 0.54% -
HSV(B) 20.39º 0.72% 0.84% -
XYZ 34.05 26.06 7.51 -
YUV 136.27 84.96 182.73 -
System Red Green Blue C M Y K H S L
Decimal 213 112 60 0 0.47 0.72 0.16 20.39 0.65 0.54
Hex D5 70 3C 0 2F 48 10 14 41 36
Octal 325 160 74 0 57 110 20 24 101 66
Binary 11010101 1110000 111100 0 101111 1001000 10000 10100 1000001 110110

Color Harmonies of #D5703C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5703C

Black with #D5703C

Text Example


Text Example

White with #D5703C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5703C; }

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

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

background-color css

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

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

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

border-color css

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

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

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