Html Css Color HEX #D96A42 Sorbus

📋 copy color: '#D96A42'

red 217 ◦ green 106 ◦ blue 66

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

Shades of Sorbus #D96A42

Tints of Sorbus #D96A42

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.25%

 BLUE value IS 66 (26.17% from 255) = 16.97%

R = 55.78%
G = 27.25%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D96A42 (or 0xD96A42) is known color: Sorbus. HEX triplet: D9, 6A and 42. RGB value is (217,106,66). Sum of RGB (Red+Green+Blue) = 217+106+66=389 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.78% from 389); Green value is 106 (41.80% from 255 or 27.25% from 389); Blue value is 66 (26.17% from 255 or 16.97% from 389); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96A42 is #2695BD. Grayscale: #868686. Windows color (decimal): -2528702 or 4352729. OLE color: 4352729.

HSL color Cylindrical-coordinate representation of color #D96A42: hue angle of 15.89º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D96A42 is Cyan = 0, Magento = 0.51, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 106 66 -
CMYK 0 0.51 0.70 0.15
HSL 15.89º 0.67% 0.55% -
HSV(B) 15.89º 0.7% 0.85% -
XYZ 34.75 25.45 8.24 -
YUV 134.63 89.27 186.75 -
System Red Green Blue C M Y K H S L
Decimal 217 106 66 0 0.51 0.70 0.15 15.89 0.67 0.55
Hex D9 6A 42 0 33 46 F 10 43 37
Octal 331 152 102 0 63 106 17 20 103 67
Binary 11011001 1101010 1000010 0 110011 1000110 1111 10000 1000011 110111

Color Harmonies of #D96A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96A42

Black with #D96A42

Text Example


Text Example

White with #D96A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96A42; }

 p { color: rgb(217,106,66); }

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

background-color css

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

 a { background-color: rgb(217,106,66); }

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

border-color css

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

 span { border-color: rgb(217,106,66); }

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