Html Css Color HEX #D8693B Sorbus

📋 copy color: '#D8693B'

red 216 ◦ green 105 ◦ blue 59

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

Shades of Sorbus #D8693B

Tints of Sorbus #D8693B

RGB

 RED value IS 216 (84.77% from 255) = 56.84%

 GREEN value IS 105 (41.41% from 255) = 27.63%

 BLUE value IS 59 (23.44% from 255) = 15.53%

R = 56.84%
G = 27.63%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D8693B (or 0xD8693B) is known color: Sorbus. HEX triplet: D8, 69 and 3B. RGB value is (216,105,59). Sum of RGB (Red+Green+Blue) = 216+105+59=380 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.84% from 380); Green value is 105 (41.41% from 255 or 27.63% from 380); Blue value is 59 (23.44% from 255 or 15.53% from 380); Max value from RGB is 216 - color contains mainly: red. Hex color #D8693B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8693B is #2796C4. Grayscale: #858585. Windows color (decimal): -2594501 or 3893720. OLE color: 3893720.

HSL color Cylindrical-coordinate representation of color #D8693B: hue angle of 17.58º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D8693B is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 105 59 -
CMYK 0 0.51 0.73 0.15
HSL 17.58º 0.67% 0.54% -
HSV(B) 17.58º 0.73% 0.85% -
XYZ 34.16 25.02 7.17 -
YUV 132.95 86.27 187.24 -
System Red Green Blue C M Y K H S L
Decimal 216 105 59 0 0.51 0.73 0.15 17.58 0.67 0.54
Hex D8 69 3B 0 33 49 F 12 43 36
Octal 330 151 73 0 63 111 17 22 103 66
Binary 11011000 1101001 111011 0 110011 1001001 1111 10010 1000011 110110

Color Harmonies of #D8693B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8693B

Black with #D8693B

Text Example


Text Example

White with #D8693B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8693B; }

 p { color: rgb(216,105,59); }

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

background-color css

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

 a { background-color: rgb(216,105,59); }

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

border-color css

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

 span { border-color: rgb(216,105,59); }

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