Html Css Color HEX #D76B42 Sorbus

📋 copy color: '#D76B42'

red 215 ◦ green 107 ◦ blue 66

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

Shades of Sorbus #D76B42

Tints of Sorbus #D76B42

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.58%

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

R = 55.41%
G = 27.58%
B = 17.01%

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

#D76B42 (or 0xD76B42) is known color: Sorbus. HEX triplet: D7, 6B and 42. RGB value is (215,107,66). Sum of RGB (Red+Green+Blue) = 215+107+66=388 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.41% from 388); Green value is 107 (42.19% from 255 or 27.58% from 388); Blue value is 66 (26.17% from 255 or 17.01% from 388); Max value from RGB is 215 - color contains mainly: red. Hex color #D76B42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76B42 is #2894BD. Grayscale: #868686. Windows color (decimal): -2659518 or 4352983. OLE color: 4352983.

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

Color convert

RGB 215 107 66 -
CMYK 0 0.50 0.69 0.16
HSL 16.51º 0.65% 0.55% -
HSV(B) 16.51º 0.69% 0.84% -
XYZ 34.27 25.36 8.24 -
YUV 134.62 89.28 185.33 -
System Red Green Blue C M Y K H S L
Decimal 215 107 66 0 0.50 0.69 0.16 16.51 0.65 0.55
Hex D7 6B 42 0 32 45 10 11 41 37
Octal 327 153 102 0 62 105 20 21 101 67
Binary 11010111 1101011 1000010 0 110010 1000101 10000 10001 1000001 110111

Color Harmonies of #D76B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76B42

Black with #D76B42

Text Example


Text Example

White with #D76B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76B42; }

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

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

background-color css

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

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

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

border-color css

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

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

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