Html Css Color HEX #D96434 Sorbus

📋 copy color: '#D96434'

red 217 ◦ green 100 ◦ blue 52

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

Shades of Sorbus #D96434

Tints of Sorbus #D96434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.09%

R = 58.81%
G = 27.1%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D96434 (or 0xD96434) is known color: Sorbus. HEX triplet: D9, 64 and 34. RGB value is (217,100,52). Sum of RGB (Red+Green+Blue) = 217+100+52=369 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.81% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 52 (20.70% from 255 or 14.09% from 369); Max value from RGB is 217 - color contains mainly: red. Hex color #D96434 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96434 is #269BCB. Grayscale: #818181. Windows color (decimal): -2530252 or 3433689. OLE color: 3433689.

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

Color convert

RGB 217 100 52 -
CMYK 0 0.54 0.76 0.15
HSL 17.45º 0.68% 0.53% -
HSV(B) 17.45º 0.76% 0.85% -
XYZ 33.79 24.11 6.12 -
YUV 129.51 84.26 190.4 -
System Red Green Blue C M Y K H S L
Decimal 217 100 52 0 0.54 0.76 0.15 17.45 0.68 0.53
Hex D9 64 34 0 36 4C F 11 44 35
Octal 331 144 64 0 66 114 17 21 104 65
Binary 11011001 1100100 110100 0 110110 1001100 1111 10001 1000100 110101

Color Harmonies of #D96434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96434

Black with #D96434

Text Example


Text Example

White with #D96434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96434; }

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

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

background-color css

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

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

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

border-color css

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

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

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