Html Css Color HEX #D76E3D Sorbus

📋 copy color: '#D76E3D'

red 215 ◦ green 110 ◦ blue 61

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

Shades of Sorbus #D76E3D

Tints of Sorbus #D76E3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.8%

R = 55.7%
G = 28.5%
B = 15.8%

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

#D76E3D (or 0xD76E3D) is known color: Sorbus. HEX triplet: D7, 6E and 3D. RGB value is (215,110,61). Sum of RGB (Red+Green+Blue) = 215+110+61=386 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.70% from 386); Green value is 110 (43.36% from 255 or 28.50% from 386); Blue value is 61 (24.22% from 255 or 15.80% from 386); Max value from RGB is 215 - color contains mainly: red. Hex color #D76E3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76E3D is #2891C2. Grayscale: #888888. Windows color (decimal): -2658755 or 4026071. OLE color: 4026071.

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

Color convert

RGB 215 110 61 -
CMYK 0 0.49 0.72 0.16
HSL 19.09º 0.66% 0.54% -
HSV(B) 19.09º 0.72% 0.84% -
XYZ 34.44 25.94 7.61 -
YUV 135.81 85.79 184.48 -
System Red Green Blue C M Y K H S L
Decimal 215 110 61 0 0.49 0.72 0.16 19.09 0.66 0.54
Hex D7 6E 3D 0 31 48 10 13 42 36
Octal 327 156 75 0 61 110 20 23 102 66
Binary 11010111 1101110 111101 0 110001 1001000 10000 10011 1000010 110110

Color Harmonies of #D76E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76E3D

Black with #D76E3D

Text Example


Text Example

White with #D76E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76E3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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