Html Css Color HEX #D76D41 Sorbus

📋 copy color: '#D76D41'

red 215 ◦ green 109 ◦ blue 65

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

Shades of Sorbus #D76D41

Tints of Sorbus #D76D41

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.02%

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

R = 55.27%
G = 28.02%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D76D41 (or 0xD76D41) is known color: Sorbus. HEX triplet: D7, 6D and 41. RGB value is (215,109,65). Sum of RGB (Red+Green+Blue) = 215+109+65=389 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.27% from 389); Green value is 109 (42.97% from 255 or 28.02% from 389); Blue value is 65 (25.78% from 255 or 16.71% from 389); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76D41 is #2892BE. Grayscale: #878787. Windows color (decimal): -2659007 or 4287959. OLE color: 4287959.

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

Color convert

RGB 215 109 65 -
CMYK 0 0.49 0.70 0.16
HSL 17.6º 0.65% 0.55% -
HSV(B) 17.6º 0.7% 0.84% -
XYZ 34.45 25.77 8.16 -
YUV 135.68 88.12 184.58 -
System Red Green Blue C M Y K H S L
Decimal 215 109 65 0 0.49 0.70 0.16 17.6 0.65 0.55
Hex D7 6D 41 0 31 46 10 12 41 37
Octal 327 155 101 0 61 106 20 22 101 67
Binary 11010111 1101101 1000001 0 110001 1000110 10000 10010 1000001 110111

Color Harmonies of #D76D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76D41

Black with #D76D41

Text Example


Text Example

White with #D76D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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