Html Css Color HEX #D76944 Sorbus

📋 copy color: '#D76944'

red 215 ◦ green 105 ◦ blue 68

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

Shades of Sorbus #D76944

Tints of Sorbus #D76944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.53%

R = 55.41%
G = 27.06%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D76944 (or 0xD76944) is known color: Sorbus. HEX triplet: D7, 69 and 44. RGB value is (215,105,68). Sum of RGB (Red+Green+Blue) = 215+105+68=388 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.41% from 388); Green value is 105 (41.41% from 255 or 27.06% from 388); Blue value is 68 (26.95% from 255 or 17.53% from 388); Max value from RGB is 215 - color contains mainly: red. Hex color #D76944 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76944 is #2896BB. Grayscale: #858585. Windows color (decimal): -2660028 or 4483543. OLE color: 4483543.

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

Color convert

RGB 215 105 68 -
CMYK 0 0.51 0.68 0.16
HSL 15.1º 0.65% 0.55% -
HSV(B) 15.1º 0.68% 0.84% -
XYZ 34.12 24.97 8.49 -
YUV 133.67 90.94 186.01 -
System Red Green Blue C M Y K H S L
Decimal 215 105 68 0 0.51 0.68 0.16 15.1 0.65 0.55
Hex D7 69 44 0 33 44 10 F 41 37
Octal 327 151 104 0 63 104 20 17 101 67
Binary 11010111 1101001 1000100 0 110011 1000100 10000 1111 1000001 110111

Color Harmonies of #D76944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76944

Black with #D76944

Text Example


Text Example

White with #D76944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76944; }

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

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

background-color css

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

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

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

border-color css

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

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

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