Html Css Color HEX #D96D3A Sorbus

📋 copy color: '#D96D3A'

red 217 ◦ green 109 ◦ blue 58

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

Shades of Sorbus #D96D3A

Tints of Sorbus #D96D3A

RGB

 RED value IS 217 (85.16% from 255) = 56.51%

 GREEN value IS 109 (42.97% from 255) = 28.39%

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

R = 56.51%
G = 28.39%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D96D3A (or 0xD96D3A) is known color: Sorbus. HEX triplet: D9, 6D and 3A. RGB value is (217,109,58). Sum of RGB (Red+Green+Blue) = 217+109+58=384 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.51% from 384); Green value is 109 (42.97% from 255 or 28.39% from 384); Blue value is 58 (23.05% from 255 or 15.10% from 384); Max value from RGB is 217 - color contains mainly: red. Hex color #D96D3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96D3A is #2692C5. Grayscale: #878787. Windows color (decimal): -2527942 or 3829209. OLE color: 3829209.

HSL color Cylindrical-coordinate representation of color #D96D3A: hue angle of 19.25º degrees, saturation: 0.68, 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 #D96D3A is Cyan = 0, Magento = 0.50, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 109 58 -
CMYK 0 0.50 0.73 0.15
HSL 19.25º 0.68% 0.54% -
HSV(B) 19.25º 0.73% 0.85% -
XYZ 34.85 25.99 7.18 -
YUV 135.48 84.28 186.15 -
System Red Green Blue C M Y K H S L
Decimal 217 109 58 0 0.50 0.73 0.15 19.25 0.68 0.54
Hex D9 6D 3A 0 32 49 F 13 44 36
Octal 331 155 72 0 62 111 17 23 104 66
Binary 11011001 1101101 111010 0 110010 1001001 1111 10011 1000100 110110

Color Harmonies of #D96D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96D3A

Black with #D96D3A

Text Example


Text Example

White with #D96D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96D3A; }

 p { color: rgb(217,109,58); }

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

background-color css

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

 a { background-color: rgb(217,109,58); }

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

border-color css

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

 span { border-color: rgb(217,109,58); }

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