Html Css Color HEX #D96537 Sorbus

📋 copy color: '#D96537'

red 217 ◦ green 101 ◦ blue 55

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

Shades of Sorbus #D96537

Tints of Sorbus #D96537

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.08%

 BLUE value IS 55 (21.88% from 255) = 14.75%

R = 58.18%
G = 27.08%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D96537 (or 0xD96537) is known color: Sorbus. HEX triplet: D9, 65 and 37. RGB value is (217,101,55). Sum of RGB (Red+Green+Blue) = 217+101+55=373 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.18% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 55 (21.88% from 255 or 14.75% from 373); Max value from RGB is 217 - color contains mainly: red. Hex color #D96537 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96537 is #269AC8. Grayscale: #828282. Windows color (decimal): -2529993 or 3630553. OLE color: 3630553.

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

Color convert

RGB 217 101 55 -
CMYK 0 0.53 0.75 0.15
HSL 17.04º 0.68% 0.53% -
HSV(B) 17.04º 0.75% 0.85% -
XYZ 33.96 24.33 6.52 -
YUV 130.44 85.43 189.74 -
System Red Green Blue C M Y K H S L
Decimal 217 101 55 0 0.53 0.75 0.15 17.04 0.68 0.53
Hex D9 65 37 0 35 4B F 11 44 35
Octal 331 145 67 0 65 113 17 21 104 65
Binary 11011001 1100101 110111 0 110101 1001011 1111 10001 1000100 110101

Color Harmonies of #D96537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96537

Black with #D96537

Text Example


Text Example

White with #D96537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96537; }

 p { color: rgb(217,101,55); }

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

background-color css

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

 a { background-color: rgb(217,101,55); }

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

border-color css

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

 span { border-color: rgb(217,101,55); }

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