Html Css Color HEX #D76842 Sorbus

📋 copy color: '#D76842'

red 215 ◦ green 104 ◦ blue 66

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

Shades of Sorbus #D76842

Tints of Sorbus #D76842

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.01%

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

R = 55.84%
G = 27.01%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D76842 (or 0xD76842) is known color: Sorbus. HEX triplet: D7, 68 and 42. RGB value is (215,104,66). Sum of RGB (Red+Green+Blue) = 215+104+66=385 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.84% from 385); Green value is 104 (41.02% from 255 or 27.01% from 385); Blue value is 66 (26.17% from 255 or 17.14% from 385); Max value from RGB is 215 - color contains mainly: red. Hex color #D76842 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76842 is #2897BD. Grayscale: #858585. Windows color (decimal): -2660286 or 4352215. OLE color: 4352215.

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

Color convert

RGB 215 104 66 -
CMYK 0 0.52 0.69 0.16
HSL 15.3º 0.65% 0.55% -
HSV(B) 15.3º 0.69% 0.84% -
XYZ 33.96 24.74 8.14 -
YUV 132.86 90.27 186.59 -
System Red Green Blue C M Y K H S L
Decimal 215 104 66 0 0.52 0.69 0.16 15.3 0.65 0.55
Hex D7 68 42 0 34 45 10 F 41 37
Octal 327 150 102 0 64 105 20 17 101 67
Binary 11010111 1101000 1000010 0 110100 1000101 10000 1111 1000001 110111

Color Harmonies of #D76842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76842

Black with #D76842

Text Example


Text Example

White with #D76842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76842; }

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

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

background-color css

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

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

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

border-color css

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

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

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