Html Css Color HEX #D96844 Sorbus

📋 copy color: '#D96844'

red 217 ◦ green 104 ◦ blue 68

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

Shades of Sorbus #D96844

Tints of Sorbus #D96844

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.74%

 BLUE value IS 68 (26.95% from 255) = 17.48%

R = 55.78%
G = 26.74%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D96844 (or 0xD96844) is known color: Sorbus. HEX triplet: D9, 68 and 44. RGB value is (217,104,68). Sum of RGB (Red+Green+Blue) = 217+104+68=389 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.78% from 389); Green value is 104 (41.02% from 255 or 26.74% from 389); Blue value is 68 (26.95% from 255 or 17.48% from 389); Max value from RGB is 217 - color contains mainly: red. Hex color #D96844 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96844 is #2697BB. Grayscale: #858585. Windows color (decimal): -2529212 or 4483289. OLE color: 4483289.

HSL color Cylindrical-coordinate representation of color #D96844: hue angle of 14.5º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D96844 is Cyan = 0, Magento = 0.52, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 104 68 -
CMYK 0 0.52 0.69 0.15
HSL 14.5º 0.66% 0.56% -
HSV(B) 14.5º 0.69% 0.85% -
XYZ 34.61 25.07 8.48 -
YUV 133.68 90.94 187.43 -
System Red Green Blue C M Y K H S L
Decimal 217 104 68 0 0.52 0.69 0.15 14.5 0.66 0.56
Hex D9 68 44 0 34 45 F E 42 38
Octal 331 150 104 0 64 105 17 16 102 70
Binary 11011001 1101000 1000100 0 110100 1000101 1111 1110 1000010 111000

Color Harmonies of #D96844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96844

Black with #D96844

Text Example


Text Example

White with #D96844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96844; }

 p { color: rgb(217,104,68); }

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

background-color css

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

 a { background-color: rgb(217,104,68); }

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

border-color css

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

 span { border-color: rgb(217,104,68); }

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