Html Css Color HEX #D76441 Sorbus

📋 copy color: '#D76441'

red 215 ◦ green 100 ◦ blue 65

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

Shades of Sorbus #D76441

Tints of Sorbus #D76441

RGB

 RED value IS 215 (84.38% from 255) = 56.58%

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

 BLUE value IS 65 (25.78% from 255) = 17.11%

R = 56.58%
G = 26.32%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D76441 (or 0xD76441) is known color: Sorbus. HEX triplet: D7, 64 and 41. RGB value is (215,100,65). Sum of RGB (Red+Green+Blue) = 215+100+65=380 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.58% from 380); Green value is 100 (39.45% from 255 or 26.32% from 380); Blue value is 65 (25.78% from 255 or 17.11% from 380); Max value from RGB is 215 - color contains mainly: red. Hex color #D76441 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76441 is #289BBE. Grayscale: #828282. Windows color (decimal): -2661311 or 4285655. OLE color: 4285655.

HSL color Cylindrical-coordinate representation of color #D76441: hue angle of 14º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D76441 is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 100 65 -
CMYK 0 0.53 0.70 0.16
HSL 14º 0.65% 0.55% -
HSV(B) 14º 0.7% 0.84% -
XYZ 33.54 23.94 7.85 -
YUV 130.4 91.1 188.35 -
System Red Green Blue C M Y K H S L
Decimal 215 100 65 0 0.53 0.70 0.16 14 0.65 0.55
Hex D7 64 41 0 35 46 10 E 41 37
Octal 327 144 101 0 65 106 20 16 101 67
Binary 11010111 1100100 1000001 0 110101 1000110 10000 1110 1000001 110111

Color Harmonies of #D76441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76441

Black with #D76441

Text Example


Text Example

White with #D76441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76441; }

 p { color: rgb(215,100,65); }

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

background-color css

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

 a { background-color: rgb(215,100,65); }

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

border-color css

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

 span { border-color: rgb(215,100,65); }

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