Html Css Color HEX #D96443 Sorbus

📋 copy color: '#D96443'

red 217 ◦ green 100 ◦ blue 67

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

Shades of Sorbus #D96443

Tints of Sorbus #D96443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 17.45%

R = 56.51%
G = 26.04%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D96443 (or 0xD96443) is known color: Sorbus. HEX triplet: D9, 64 and 43. RGB value is (217,100,67). Sum of RGB (Red+Green+Blue) = 217+100+67=384 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.51% from 384); Green value is 100 (39.45% from 255 or 26.04% from 384); Blue value is 67 (26.56% from 255 or 17.45% from 384); Max value from RGB is 217 - color contains mainly: red. Hex color #D96443 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96443 is #269BBC. Grayscale: #838383. Windows color (decimal): -2530237 or 4416729. OLE color: 4416729.

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

Color convert

RGB 217 100 67 -
CMYK 0 0.54 0.69 0.15
HSL 13.2º 0.66% 0.56% -
HSV(B) 13.2º 0.69% 0.85% -
XYZ 34.19 24.27 8.19 -
YUV 131.22 91.76 189.18 -
System Red Green Blue C M Y K H S L
Decimal 217 100 67 0 0.54 0.69 0.15 13.2 0.66 0.56
Hex D9 64 43 0 36 45 F D 42 38
Octal 331 144 103 0 66 105 17 15 102 70
Binary 11011001 1100100 1000011 0 110110 1000101 1111 1101 1000010 111000

Color Harmonies of #D96443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96443

Black with #D96443

Text Example


Text Example

White with #D96443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96443; }

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

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

background-color css

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

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

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

border-color css

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

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

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