Html Css Color HEX #D96E38 Sorbus

📋 copy color: '#D96E38'

red 217 ◦ green 110 ◦ blue 56

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

Shades of Sorbus #D96E38

Tints of Sorbus #D96E38

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.72%

 BLUE value IS 56 (22.27% from 255) = 14.62%

R = 56.66%
G = 28.72%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#D96E38 (or 0xD96E38) is known color: Sorbus. HEX triplet: D9, 6E and 38. RGB value is (217,110,56). Sum of RGB (Red+Green+Blue) = 217+110+56=383 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.66% from 383); Green value is 110 (43.36% from 255 or 28.72% from 383); Blue value is 56 (22.27% from 255 or 14.62% from 383); Max value from RGB is 217 - color contains mainly: red. Hex color #D96E38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96E38 is #2691C7. Grayscale: #888888. Windows color (decimal): -2527688 or 3698393. OLE color: 3698393.

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

Color convert

RGB 217 110 56 -
CMYK 0 0.49 0.74 0.15
HSL 20.12º 0.68% 0.54% -
HSV(B) 20.12º 0.74% 0.85% -
XYZ 34.91 26.19 6.96 -
YUV 135.84 82.95 185.89 -
System Red Green Blue C M Y K H S L
Decimal 217 110 56 0 0.49 0.74 0.15 20.12 0.68 0.54
Hex D9 6E 38 0 31 4A F 14 44 36
Octal 331 156 70 0 61 112 17 24 104 66
Binary 11011001 1101110 111000 0 110001 1001010 1111 10100 1000100 110110

Color Harmonies of #D96E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96E38

Black with #D96E38

Text Example


Text Example

White with #D96E38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96E38; }

 p { color: rgb(217,110,56); }

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

background-color css

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

 a { background-color: rgb(217,110,56); }

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

border-color css

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

 span { border-color: rgb(217,110,56); }

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