Html Css Color HEX #D76941 Sorbus

📋 copy color: '#D76941'

red 215 ◦ green 105 ◦ blue 65

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

Shades of Sorbus #D76941

Tints of Sorbus #D76941

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.27%

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

R = 55.84%
G = 27.27%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D76941 (or 0xD76941) is known color: Sorbus. HEX triplet: D7, 69 and 41. RGB value is (215,105,65). Sum of RGB (Red+Green+Blue) = 215+105+65=385 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.84% from 385); Green value is 105 (41.41% from 255 or 27.27% from 385); Blue value is 65 (25.78% from 255 or 16.88% from 385); Max value from RGB is 215 - color contains mainly: red. Hex color #D76941 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76941 is #2896BE. Grayscale: #858585. Windows color (decimal): -2660031 or 4286935. OLE color: 4286935.

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

Color convert

RGB 215 105 65 -
CMYK 0 0.51 0.70 0.16
HSL 16º 0.65% 0.55% -
HSV(B) 16º 0.7% 0.84% -
XYZ 34.03 24.93 8.02 -
YUV 133.33 89.44 186.25 -
System Red Green Blue C M Y K H S L
Decimal 215 105 65 0 0.51 0.70 0.16 16 0.65 0.55
Hex D7 69 41 0 33 46 10 10 41 37
Octal 327 151 101 0 63 106 20 20 101 67
Binary 11010111 1101001 1000001 0 110011 1000110 10000 10000 1000001 110111

Color Harmonies of #D76941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76941

Black with #D76941

Text Example


Text Example

White with #D76941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76941; }

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

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

background-color css

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

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

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

border-color css

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

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

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