Html Css Color HEX #D76C41 Sorbus

📋 copy color: '#D76C41'

red 215 ◦ green 108 ◦ blue 65

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

Shades of Sorbus #D76C41

Tints of Sorbus #D76C41

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.84%

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

R = 55.41%
G = 27.84%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D76C41 (or 0xD76C41) is known color: Sorbus. HEX triplet: D7, 6C and 41. RGB value is (215,108,65). Sum of RGB (Red+Green+Blue) = 215+108+65=388 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.41% from 388); Green value is 108 (42.58% from 255 or 27.84% from 388); Blue value is 65 (25.78% from 255 or 16.75% from 388); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76C41 is #2893BE. Grayscale: #878787. Windows color (decimal): -2659263 or 4287703. OLE color: 4287703.

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

Color convert

RGB 215 108 65 -
CMYK 0 0.50 0.70 0.16
HSL 17.2º 0.65% 0.55% -
HSV(B) 17.2º 0.7% 0.84% -
XYZ 34.34 25.55 8.12 -
YUV 135.09 88.45 185 -
System Red Green Blue C M Y K H S L
Decimal 215 108 65 0 0.50 0.70 0.16 17.2 0.65 0.55
Hex D7 6C 41 0 32 46 10 11 41 37
Octal 327 154 101 0 62 106 20 21 101 67
Binary 11010111 1101100 1000001 0 110010 1000110 10000 10001 1000001 110111

Color Harmonies of #D76C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76C41

Black with #D76C41

Text Example


Text Example

White with #D76C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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