Html Css Color HEX #D76C3C Sorbus

📋 copy color: '#D76C3C'

red 215 ◦ green 108 ◦ blue 60

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

Shades of Sorbus #D76C3C

Tints of Sorbus #D76C3C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.2%

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

R = 56.14%
G = 28.2%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D76C3C (or 0xD76C3C) is known color: Sorbus. HEX triplet: D7, 6C and 3C. RGB value is (215,108,60). Sum of RGB (Red+Green+Blue) = 215+108+60=383 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.14% from 383); Green value is 108 (42.58% from 255 or 28.20% from 383); Blue value is 60 (23.83% from 255 or 15.67% from 383); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76C3C is #2893C3. Grayscale: #868686. Windows color (decimal): -2659268 or 3960023. OLE color: 3960023.

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

Color convert

RGB 215 108 60 -
CMYK 0 0.50 0.72 0.16
HSL 18.58º 0.66% 0.54% -
HSV(B) 18.58º 0.72% 0.84% -
XYZ 34.2 25.5 7.39 -
YUV 134.52 85.95 185.4 -
System Red Green Blue C M Y K H S L
Decimal 215 108 60 0 0.50 0.72 0.16 18.58 0.66 0.54
Hex D7 6C 3C 0 32 48 10 13 42 36
Octal 327 154 74 0 62 110 20 23 102 66
Binary 11010111 1101100 111100 0 110010 1001000 10000 10011 1000010 110110

Color Harmonies of #D76C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76C3C

Black with #D76C3C

Text Example


Text Example

White with #D76C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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