Html Css Color HEX #D96E35 Sorbus

📋 copy color: '#D96E35'

red 217 ◦ green 110 ◦ blue 53

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

Shades of Sorbus #D96E35

Tints of Sorbus #D96E35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 13.95%

R = 57.11%
G = 28.95%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D96E35 (or 0xD96E35) is known color: Sorbus. HEX triplet: D9, 6E and 35. RGB value is (217,110,53). Sum of RGB (Red+Green+Blue) = 217+110+53=380 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.11% from 380); Green value is 110 (43.36% from 255 or 28.95% from 380); Blue value is 53 (21.09% from 255 or 13.95% from 380); Max value from RGB is 217 - color contains mainly: red. Hex color #D96E35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96E35 is #2691CA. Grayscale: #878787. Windows color (decimal): -2527691 or 3501785. OLE color: 3501785.

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

Color convert

RGB 217 110 53 -
CMYK 0 0.49 0.76 0.15
HSL 20.85º 0.68% 0.53% -
HSV(B) 20.85º 0.76% 0.85% -
XYZ 34.83 26.16 6.58 -
YUV 135.5 81.45 186.13 -
System Red Green Blue C M Y K H S L
Decimal 217 110 53 0 0.49 0.76 0.15 20.85 0.68 0.53
Hex D9 6E 35 0 31 4C F 15 44 35
Octal 331 156 65 0 61 114 17 25 104 65
Binary 11011001 1101110 110101 0 110001 1001100 1111 10101 1000100 110101

Color Harmonies of #D96E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96E35

Black with #D96E35

Text Example


Text Example

White with #D96E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96E35; }

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

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

background-color css

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

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

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

border-color css

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

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

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