Html Css Color HEX #D96F39 Sorbus

📋 copy color: '#D96F39'

red 217 ◦ green 111 ◦ blue 57

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

Shades of Sorbus #D96F39

Tints of Sorbus #D96F39

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.83%

 BLUE value IS 57 (22.66% from 255) = 14.81%

R = 56.36%
G = 28.83%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#D96F39 (or 0xD96F39) is known color: Sorbus. HEX triplet: D9, 6F and 39. RGB value is (217,111,57). Sum of RGB (Red+Green+Blue) = 217+111+57=385 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.36% from 385); Green value is 111 (43.75% from 255 or 28.83% from 385); Blue value is 57 (22.66% from 255 or 14.81% from 385); Max value from RGB is 217 - color contains mainly: red. Hex color #D96F39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96F39 is #2690C6. Grayscale: #888888. Windows color (decimal): -2527431 or 3764185. OLE color: 3764185.

HSL color Cylindrical-coordinate representation of color #D96F39: hue angle of 20.25º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D96F39 is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 111 57 -
CMYK 0 0.49 0.74 0.15
HSL 20.25º 0.68% 0.54% -
HSV(B) 20.25º 0.74% 0.85% -
XYZ 35.04 26.42 7.12 -
YUV 136.54 83.12 185.39 -
System Red Green Blue C M Y K H S L
Decimal 217 111 57 0 0.49 0.74 0.15 20.25 0.68 0.54
Hex D9 6F 39 0 31 4A F 14 44 36
Octal 331 157 71 0 61 112 17 24 104 66
Binary 11011001 1101111 111001 0 110001 1001010 1111 10100 1000100 110110

Color Harmonies of #D96F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96F39

Black with #D96F39

Text Example


Text Example

White with #D96F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96F39; }

 p { color: rgb(217,111,57); }

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

background-color css

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

 a { background-color: rgb(217,111,57); }

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

border-color css

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

 span { border-color: rgb(217,111,57); }

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