Html Css Color HEX #D6703A Sorbus

📋 copy color: '#D6703A'

red 214 ◦ green 112 ◦ blue 58

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

Shades of Sorbus #D6703A

Tints of Sorbus #D6703A

RGB

 RED value IS 214 (83.98% from 255) = 55.73%

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

 BLUE value IS 58 (23.05% from 255) = 15.1%

R = 55.73%
G = 29.17%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D6703A (or 0xD6703A) is known color: Sorbus. HEX triplet: D6, 70 and 3A. RGB value is (214,112,58). Sum of RGB (Red+Green+Blue) = 214+112+58=384 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.73% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 58 (23.05% from 255 or 15.10% from 384); Max value from RGB is 214 - color contains mainly: red. Hex color #D6703A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6703A is #298FC5. Grayscale: #888888. Windows color (decimal): -2723782 or 3829974. OLE color: 3829974.

HSL color Cylindrical-coordinate representation of color #D6703A: hue angle of 20.77º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D6703A is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 112 58 -
CMYK 0 0.48 0.73 0.16
HSL 20.77º 0.66% 0.53% -
HSV(B) 20.77º 0.73% 0.84% -
XYZ 34.29 26.19 7.25 -
YUV 136.34 83.79 183.39 -
System Red Green Blue C M Y K H S L
Decimal 214 112 58 0 0.48 0.73 0.16 20.77 0.66 0.53
Hex D6 70 3A 0 30 49 10 15 42 35
Octal 326 160 72 0 60 111 20 25 102 65
Binary 11010110 1110000 111010 0 110000 1001001 10000 10101 1000010 110101

Color Harmonies of #D6703A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6703A

Black with #D6703A

Text Example


Text Example

White with #D6703A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6703A; }

 p { color: rgb(214,112,58); }

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

background-color css

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

 a { background-color: rgb(214,112,58); }

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

border-color css

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

 span { border-color: rgb(214,112,58); }

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