Html Css Color HEX #D96442 Sorbus

📋 copy color: '#D96442'

red 217 ◦ green 100 ◦ blue 66

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

Shades of Sorbus #D96442

Tints of Sorbus #D96442

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.11%

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

R = 56.66%
G = 26.11%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D96442 (or 0xD96442) is known color: Sorbus. HEX triplet: D9, 64 and 42. RGB value is (217,100,66). Sum of RGB (Red+Green+Blue) = 217+100+66=383 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.66% from 383); Green value is 100 (39.45% from 255 or 26.11% from 383); Blue value is 66 (26.17% from 255 or 17.23% from 383); Max value from RGB is 217 - color contains mainly: red. Hex color #D96442 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96442 is #269BBD. Grayscale: #838383. Windows color (decimal): -2530238 or 4351193. OLE color: 4351193.

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

Color convert

RGB 217 100 66 -
CMYK 0 0.54 0.70 0.15
HSL 13.51º 0.67% 0.55% -
HSV(B) 13.51º 0.7% 0.85% -
XYZ 34.16 24.26 8.04 -
YUV 131.11 91.26 189.26 -
System Red Green Blue C M Y K H S L
Decimal 217 100 66 0 0.54 0.70 0.15 13.51 0.67 0.55
Hex D9 64 42 0 36 46 F E 43 37
Octal 331 144 102 0 66 106 17 16 103 67
Binary 11011001 1100100 1000010 0 110110 1000110 1111 1110 1000011 110111

Color Harmonies of #D96442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96442

Black with #D96442

Text Example


Text Example

White with #D96442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96442; }

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

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

background-color css

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

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

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

border-color css

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

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

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