Html Css Color HEX #D76644 Sorbus

📋 copy color: '#D76644'

red 215 ◦ green 102 ◦ blue 68

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

Shades of Sorbus #D76644

Tints of Sorbus #D76644

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.49%

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

R = 55.84%
G = 26.49%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D76644 (or 0xD76644) is known color: Sorbus. HEX triplet: D7, 66 and 44. RGB value is (215,102,68). Sum of RGB (Red+Green+Blue) = 215+102+68=385 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.84% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 68 (26.95% from 255 or 17.66% from 385); Max value from RGB is 215 - color contains mainly: red. Hex color #D76644 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76644 is #2899BB. Grayscale: #848484. Windows color (decimal): -2660796 or 4482775. OLE color: 4482775.

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

Color convert

RGB 215 102 68 -
CMYK 0 0.53 0.68 0.16
HSL 13.88º 0.65% 0.55% -
HSV(B) 13.88º 0.68% 0.84% -
XYZ 33.82 24.37 8.39 -
YUV 131.91 91.94 187.26 -
System Red Green Blue C M Y K H S L
Decimal 215 102 68 0 0.53 0.68 0.16 13.88 0.65 0.55
Hex D7 66 44 0 35 44 10 E 41 37
Octal 327 146 104 0 65 104 20 16 101 67
Binary 11010111 1100110 1000100 0 110101 1000100 10000 1110 1000001 110111

Color Harmonies of #D76644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76644

Black with #D76644

Text Example


Text Example

White with #D76644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76644; }

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

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

background-color css

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

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

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

border-color css

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

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

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