Html Css Color HEX #D6703D Sorbus

📋 copy color: '#D6703D'

red 214 ◦ green 112 ◦ blue 61

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

Shades of Sorbus #D6703D

Tints of Sorbus #D6703D

RGB

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

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

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

R = 55.3%
G = 28.94%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D6703D (or 0xD6703D) is known color: Sorbus. HEX triplet: D6, 70 and 3D. RGB value is (214,112,61). Sum of RGB (Red+Green+Blue) = 214+112+61=387 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.30% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 61 (24.22% from 255 or 15.76% from 387); Max value from RGB is 214 - color contains mainly: red. Hex color #D6703D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6703D is #298FC2. Grayscale: #888888. Windows color (decimal): -2723779 or 4026582. OLE color: 4026582.

HSL color Cylindrical-coordinate representation of color #D6703D: hue angle of 20º degrees, saturation: 0.65, 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 #D6703D is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 112 61 -
CMYK 0 0.48 0.71 0.16
HSL 20º 0.65% 0.54% -
HSV(B) 20º 0.71% 0.84% -
XYZ 34.37 26.22 7.66 -
YUV 136.68 85.29 183.15 -
System Red Green Blue C M Y K H S L
Decimal 214 112 61 0 0.48 0.71 0.16 20 0.65 0.54
Hex D6 70 3D 0 30 47 10 14 41 36
Octal 326 160 75 0 60 107 20 24 101 66
Binary 11010110 1110000 111101 0 110000 1000111 10000 10100 1000001 110110

Color Harmonies of #D6703D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6703D

Black with #D6703D

Text Example


Text Example

White with #D6703D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6703D; }

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

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

background-color css

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

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

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

border-color css

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

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

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