Html Css Color HEX #D96E45 Sorbus

📋 copy color: '#D96E45'

red 217 ◦ green 110 ◦ blue 69

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

Shades of Sorbus #D96E45

Tints of Sorbus #D96E45

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.78%

 BLUE value IS 69 (27.34% from 255) = 17.42%

R = 54.8%
G = 27.78%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D96E45 (or 0xD96E45) is known color: Sorbus. HEX triplet: D9, 6E and 45. RGB value is (217,110,69). Sum of RGB (Red+Green+Blue) = 217+110+69=396 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.80% from 396); Green value is 110 (43.36% from 255 or 27.78% from 396); Blue value is 69 (27.34% from 255 or 17.42% from 396); Max value from RGB is 217 - color contains mainly: red. Hex color #D96E45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96E45 is #2691BA. Grayscale: #898989. Windows color (decimal): -2527675 or 4550361. OLE color: 4550361.

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

Color convert

RGB 217 110 69 -
CMYK 0 0.49 0.68 0.15
HSL 16.62º 0.66% 0.56% -
HSV(B) 16.62º 0.68% 0.85% -
XYZ 35.27 26.33 8.85 -
YUV 137.32 89.45 184.83 -
System Red Green Blue C M Y K H S L
Decimal 217 110 69 0 0.49 0.68 0.15 16.62 0.66 0.56
Hex D9 6E 45 0 31 44 F 11 42 38
Octal 331 156 105 0 61 104 17 21 102 70
Binary 11011001 1101110 1000101 0 110001 1000100 1111 10001 1000010 111000

Color Harmonies of #D96E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96E45

Black with #D96E45

Text Example


Text Example

White with #D96E45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96E45; }

 p { color: rgb(217,110,69); }

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

background-color css

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

 a { background-color: rgb(217,110,69); }

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

border-color css

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

 span { border-color: rgb(217,110,69); }

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