Html Css Color HEX #D76E3C Sorbus

📋 copy color: '#D76E3C'

red 215 ◦ green 110 ◦ blue 60

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

Shades of Sorbus #D76E3C

Tints of Sorbus #D76E3C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.57%

 BLUE value IS 60 (23.83% from 255) = 15.58%

R = 55.84%
G = 28.57%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D76E3C (or 0xD76E3C) is known color: Sorbus. HEX triplet: D7, 6E and 3C. RGB value is (215,110,60). Sum of RGB (Red+Green+Blue) = 215+110+60=385 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.84% from 385); Green value is 110 (43.36% from 255 or 28.57% from 385); Blue value is 60 (23.83% from 255 or 15.58% from 385); Max value from RGB is 215 - color contains mainly: red. Hex color #D76E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76E3C is #2891C3. Grayscale: #878787. Windows color (decimal): -2658756 or 3960535. OLE color: 3960535.

HSL color Cylindrical-coordinate representation of color #D76E3C: hue angle of 19.35º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D76E3C is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 110 60 -
CMYK 0 0.49 0.72 0.16
HSL 19.35º 0.66% 0.54% -
HSV(B) 19.35º 0.72% 0.84% -
XYZ 34.42 25.93 7.47 -
YUV 135.7 85.29 184.57 -
System Red Green Blue C M Y K H S L
Decimal 215 110 60 0 0.49 0.72 0.16 19.35 0.66 0.54
Hex D7 6E 3C 0 31 48 10 13 42 36
Octal 327 156 74 0 61 110 20 23 102 66
Binary 11010111 1101110 111100 0 110001 1001000 10000 10011 1000010 110110

Color Harmonies of #D76E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76E3C

Black with #D76E3C

Text Example


Text Example

White with #D76E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76E3C; }

 p { color: rgb(215,110,60); }

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

background-color css

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

 a { background-color: rgb(215,110,60); }

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

border-color css

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

 span { border-color: rgb(215,110,60); }

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