Html Css Color HEX #D96541 Sorbus

📋 copy color: '#D96541'

red 217 ◦ green 101 ◦ blue 65

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

Shades of Sorbus #D96541

Tints of Sorbus #D96541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.97%

R = 56.66%
G = 26.37%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D96541 (or 0xD96541) is known color: Sorbus. HEX triplet: D9, 65 and 41. RGB value is (217,101,65). Sum of RGB (Red+Green+Blue) = 217+101+65=383 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.66% from 383); Green value is 101 (39.84% from 255 or 26.37% from 383); Blue value is 65 (25.78% from 255 or 16.97% from 383); Max value from RGB is 217 - color contains mainly: red. Hex color #D96541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96541 is #269ABE. Grayscale: #838383. Windows color (decimal): -2529983 or 4285913. OLE color: 4285913.

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

Color convert

RGB 217 101 65 -
CMYK 0 0.53 0.70 0.15
HSL 14.21º 0.67% 0.55% -
HSV(B) 14.21º 0.7% 0.85% -
XYZ 34.22 24.44 7.91 -
YUV 131.58 90.43 188.93 -
System Red Green Blue C M Y K H S L
Decimal 217 101 65 0 0.53 0.70 0.15 14.21 0.67 0.55
Hex D9 65 41 0 35 46 F E 43 37
Octal 331 145 101 0 65 106 17 16 103 67
Binary 11011001 1100101 1000001 0 110101 1000110 1111 1110 1000011 110111

Color Harmonies of #D96541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96541

Black with #D96541

Text Example


Text Example

White with #D96541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96541; }

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

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

background-color css

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

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

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

border-color css

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

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

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