Html Css Color HEX #D76A3F Sorbus

📋 copy color: '#D76A3F'

red 215 ◦ green 106 ◦ blue 63

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

Shades of Sorbus #D76A3F

Tints of Sorbus #D76A3F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.6%

 BLUE value IS 63 (25% from 255) = 16.41%

R = 55.99%
G = 27.6%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D76A3F (or 0xD76A3F) is known color: Sorbus. HEX triplet: D7, 6A and 3F. RGB value is (215,106,63). Sum of RGB (Red+Green+Blue) = 215+106+63=384 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.99% from 384); Green value is 106 (41.80% from 255 or 27.60% from 384); Blue value is 63 (25% from 255 or 16.41% from 384); Max value from RGB is 215 - color contains mainly: red. Hex color #D76A3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76A3F is #2895C0. Grayscale: #858585. Windows color (decimal): -2659777 or 4156119. OLE color: 4156119.

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

Color convert

RGB 215 106 63 -
CMYK 0 0.51 0.71 0.16
HSL 16.97º 0.66% 0.55% -
HSV(B) 16.97º 0.71% 0.84% -
XYZ 34.08 25.11 7.75 -
YUV 133.69 88.11 186 -
System Red Green Blue C M Y K H S L
Decimal 215 106 63 0 0.51 0.71 0.16 16.97 0.66 0.55
Hex D7 6A 3F 0 33 47 10 11 42 37
Octal 327 152 77 0 63 107 20 21 102 67
Binary 11010111 1101010 111111 0 110011 1000111 10000 10001 1000010 110111

Color Harmonies of #D76A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76A3F

Black with #D76A3F

Text Example


Text Example

White with #D76A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76A3F; }

 p { color: rgb(215,106,63); }

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

background-color css

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

 a { background-color: rgb(215,106,63); }

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

border-color css

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

 span { border-color: rgb(215,106,63); }

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