Html Css Color HEX #D96536 Sorbus

📋 copy color: '#D96536'

red 217 ◦ green 101 ◦ blue 54

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

Shades of Sorbus #D96536

Tints of Sorbus #D96536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 14.52%

R = 58.33%
G = 27.15%
B = 14.52%

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

#D96536 (or 0xD96536) is known color: Sorbus. HEX triplet: D9, 65 and 36. RGB value is (217,101,54). Sum of RGB (Red+Green+Blue) = 217+101+54=372 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.33% from 372); Green value is 101 (39.84% from 255 or 27.15% from 372); Blue value is 54 (21.48% from 255 or 14.52% from 372); Max value from RGB is 217 - color contains mainly: red. Hex color #D96536 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96536 is #269AC9. Grayscale: #828282. Windows color (decimal): -2529994 or 3565017. OLE color: 3565017.

HSL color Cylindrical-coordinate representation of color #D96536: hue angle of 17.3º 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 #D96536 is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 101 54 -
CMYK 0 0.53 0.75 0.15
HSL 17.3º 0.68% 0.53% -
HSV(B) 17.3º 0.75% 0.85% -
XYZ 33.93 24.33 6.4 -
YUV 130.33 84.93 189.82 -
System Red Green Blue C M Y K H S L
Decimal 217 101 54 0 0.53 0.75 0.15 17.3 0.68 0.53
Hex D9 65 36 0 35 4B F 11 44 35
Octal 331 145 66 0 65 113 17 21 104 65
Binary 11011001 1100101 110110 0 110101 1001011 1111 10001 1000100 110101

Color Harmonies of #D96536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96536

Black with #D96536

Text Example


Text Example

White with #D96536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96536; }

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

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

background-color css

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

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

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

border-color css

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

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

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