Html Css Color HEX #D96B46 Sorbus

📋 copy color: '#D96B46'

red 217 ◦ green 107 ◦ blue 70

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

Shades of Sorbus #D96B46

Tints of Sorbus #D96B46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.77%

R = 55.08%
G = 27.16%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D96B46 (or 0xD96B46) is known color: Sorbus. HEX triplet: D9, 6B and 46. RGB value is (217,107,70). Sum of RGB (Red+Green+Blue) = 217+107+70=394 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.08% from 394); Green value is 107 (42.19% from 255 or 27.16% from 394); Blue value is 70 (27.73% from 255 or 17.77% from 394); Max value from RGB is 217 - color contains mainly: red. Hex color #D96B46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96B46 is #2694B9. Grayscale: #878787. Windows color (decimal): -2528442 or 4615129. OLE color: 4615129.

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

Color convert

RGB 217 107 70 -
CMYK 0 0.51 0.68 0.15
HSL 15.1º 0.66% 0.56% -
HSV(B) 15.1º 0.68% 0.85% -
XYZ 34.98 25.71 8.91 -
YUV 135.67 90.94 186.01 -
System Red Green Blue C M Y K H S L
Decimal 217 107 70 0 0.51 0.68 0.15 15.1 0.66 0.56
Hex D9 6B 46 0 33 44 F F 42 38
Octal 331 153 106 0 63 104 17 17 102 70
Binary 11011001 1101011 1000110 0 110011 1000100 1111 1111 1000010 111000

Color Harmonies of #D96B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96B46

Black with #D96B46

Text Example


Text Example

White with #D96B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96B46; }

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

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

background-color css

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

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

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

border-color css

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

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

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