Html Css Color HEX #D96C44 Sorbus

📋 copy color: '#D96C44'

red 217 ◦ green 108 ◦ blue 68

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

Shades of Sorbus #D96C44

Tints of Sorbus #D96C44

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.48%

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

R = 55.22%
G = 27.48%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D96C44 (or 0xD96C44) is known color: Sorbus. HEX triplet: D9, 6C and 44. RGB value is (217,108,68). Sum of RGB (Red+Green+Blue) = 217+108+68=393 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.22% from 393); Green value is 108 (42.58% from 255 or 27.48% from 393); Blue value is 68 (26.95% from 255 or 17.30% from 393); Max value from RGB is 217 - color contains mainly: red. Hex color #D96C44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96C44 is #2693BB. Grayscale: #888888. Windows color (decimal): -2528188 or 4484313. OLE color: 4484313.

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

Color convert

RGB 217 108 68 -
CMYK 0 0.50 0.69 0.15
HSL 16.11º 0.66% 0.56% -
HSV(B) 16.11º 0.69% 0.85% -
XYZ 35.02 25.89 8.62 -
YUV 136.03 89.61 185.75 -
System Red Green Blue C M Y K H S L
Decimal 217 108 68 0 0.50 0.69 0.15 16.11 0.66 0.56
Hex D9 6C 44 0 32 45 F 10 42 38
Octal 331 154 104 0 62 105 17 20 102 70
Binary 11011001 1101100 1000100 0 110010 1000101 1111 10000 1000010 111000

Color Harmonies of #D96C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96C44

Black with #D96C44

Text Example


Text Example

White with #D96C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96C44; }

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

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

background-color css

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

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

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

border-color css

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

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

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