Html Css Color HEX #D96B39 Sorbus

📋 copy color: '#D96B39'

red 217 ◦ green 107 ◦ blue 57

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

Shades of Sorbus #D96B39

Tints of Sorbus #D96B39

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.08%

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

R = 56.96%
G = 28.08%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#D96B39 (or 0xD96B39) is known color: Sorbus. HEX triplet: D9, 6B and 39. RGB value is (217,107,57). Sum of RGB (Red+Green+Blue) = 217+107+57=381 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.96% from 381); Green value is 107 (42.19% from 255 or 28.08% from 381); Blue value is 57 (22.66% from 255 or 14.96% from 381); Max value from RGB is 217 - color contains mainly: red. Hex color #D96B39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96B39 is #2694C6. Grayscale: #868686. Windows color (decimal): -2528455 or 3763161. OLE color: 3763161.

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

Color convert

RGB 217 107 57 -
CMYK 0 0.51 0.74 0.15
HSL 18.75º 0.68% 0.54% -
HSV(B) 18.75º 0.74% 0.85% -
XYZ 34.61 25.56 6.98 -
YUV 134.19 84.44 187.07 -
System Red Green Blue C M Y K H S L
Decimal 217 107 57 0 0.51 0.74 0.15 18.75 0.68 0.54
Hex D9 6B 39 0 33 4A F 13 44 36
Octal 331 153 71 0 63 112 17 23 104 66
Binary 11011001 1101011 111001 0 110011 1001010 1111 10011 1000100 110110

Color Harmonies of #D96B39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96B39

Black with #D96B39

Text Example


Text Example

White with #D96B39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96B39; }

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

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

background-color css

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

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

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

border-color css

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

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

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