Html Css Color HEX #D76C42 Sorbus

📋 copy color: '#D76C42'

red 215 ◦ green 108 ◦ blue 66

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

Shades of Sorbus #D76C42

Tints of Sorbus #D76C42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.97%

R = 55.27%
G = 27.76%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D76C42 (or 0xD76C42) is known color: Sorbus. HEX triplet: D7, 6C and 42. RGB value is (215,108,66). Sum of RGB (Red+Green+Blue) = 215+108+66=389 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.27% from 389); Green value is 108 (42.58% from 255 or 27.76% from 389); Blue value is 66 (26.17% from 255 or 16.97% from 389); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76C42 is #2893BD. Grayscale: #878787. Windows color (decimal): -2659262 or 4353239. OLE color: 4353239.

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

Color convert

RGB 215 108 66 -
CMYK 0 0.50 0.69 0.16
HSL 16.91º 0.65% 0.55% -
HSV(B) 16.91º 0.69% 0.84% -
XYZ 34.37 25.57 8.28 -
YUV 135.21 88.95 184.92 -
System Red Green Blue C M Y K H S L
Decimal 215 108 66 0 0.50 0.69 0.16 16.91 0.65 0.55
Hex D7 6C 42 0 32 45 10 11 41 37
Octal 327 154 102 0 62 105 20 21 101 67
Binary 11010111 1101100 1000010 0 110010 1000101 10000 10001 1000001 110111

Color Harmonies of #D76C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76C42

Black with #D76C42

Text Example


Text Example

White with #D76C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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