Html Css Color HEX #D96744 Sorbus

📋 copy color: '#D96744'

red 217 ◦ green 103 ◦ blue 68

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

Shades of Sorbus #D96744

Tints of Sorbus #D96744

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.55%

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

R = 55.93%
G = 26.55%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D96744 (or 0xD96744) is known color: Sorbus. HEX triplet: D9, 67 and 44. RGB value is (217,103,68). Sum of RGB (Red+Green+Blue) = 217+103+68=388 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.93% from 388); Green value is 103 (40.62% from 255 or 26.55% from 388); Blue value is 68 (26.95% from 255 or 17.53% from 388); Max value from RGB is 217 - color contains mainly: red. Hex color #D96744 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96744 is #2698BB. Grayscale: #858585. Windows color (decimal): -2529468 or 4483033. OLE color: 4483033.

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

Color convert

RGB 217 103 68 -
CMYK 0 0.53 0.69 0.15
HSL 14.09º 0.66% 0.56% -
HSV(B) 14.09º 0.69% 0.85% -
XYZ 34.51 24.87 8.45 -
YUV 133.1 91.27 187.85 -
System Red Green Blue C M Y K H S L
Decimal 217 103 68 0 0.53 0.69 0.15 14.09 0.66 0.56
Hex D9 67 44 0 35 45 F E 42 38
Octal 331 147 104 0 65 105 17 16 102 70
Binary 11011001 1100111 1000100 0 110101 1000101 1111 1110 1000010 111000

Color Harmonies of #D96744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96744

Black with #D96744

Text Example


Text Example

White with #D96744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96744; }

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

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

background-color css

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

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

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

border-color css

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

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

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