Html Css Color HEX #D76E41 Sorbus

📋 copy color: '#D76E41'

red 215 ◦ green 110 ◦ blue 65

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

Shades of Sorbus #D76E41

Tints of Sorbus #D76E41

RGB

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

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

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

R = 55.13%
G = 28.21%
B = 16.67%

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

#D76E41 (or 0xD76E41) is known color: Sorbus. HEX triplet: D7, 6E and 41. RGB value is (215,110,65). Sum of RGB (Red+Green+Blue) = 215+110+65=390 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.13% from 390); Green value is 110 (43.36% from 255 or 28.21% from 390); Blue value is 65 (25.78% from 255 or 16.67% from 390); Max value from RGB is 215 - color contains mainly: red. Hex color #D76E41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76E41 is #2891BE. Grayscale: #888888. Windows color (decimal): -2658751 or 4288215. OLE color: 4288215.

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

Color convert

RGB 215 110 65 -
CMYK 0 0.49 0.70 0.16
HSL 18º 0.65% 0.55% -
HSV(B) 18º 0.7% 0.84% -
XYZ 34.55 25.98 8.19 -
YUV 136.27 87.79 184.16 -
System Red Green Blue C M Y K H S L
Decimal 215 110 65 0 0.49 0.70 0.16 18 0.65 0.55
Hex D7 6E 41 0 31 46 10 12 41 37
Octal 327 156 101 0 61 106 20 22 101 67
Binary 11010111 1101110 1000001 0 110001 1000110 10000 10010 1000001 110111

Color Harmonies of #D76E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76E41

Black with #D76E41

Text Example


Text Example

White with #D76E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76E41; }

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

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

background-color css

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

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

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

border-color css

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

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

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