Html Css Color HEX #D76F3A Sorbus

📋 copy color: '#D76F3A'

red 215 ◦ green 111 ◦ blue 58

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

Shades of Sorbus #D76F3A

Tints of Sorbus #D76F3A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.91%

 BLUE value IS 58 (23.05% from 255) = 15.1%

R = 55.99%
G = 28.91%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D76F3A (or 0xD76F3A) is known color: Sorbus. HEX triplet: D7, 6F and 3A. RGB value is (215,111,58). Sum of RGB (Red+Green+Blue) = 215+111+58=384 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.99% from 384); Green value is 111 (43.75% from 255 or 28.91% from 384); Blue value is 58 (23.05% from 255 or 15.10% from 384); Max value from RGB is 215 - color contains mainly: red. Hex color #D76F3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76F3A is #2890C5. Grayscale: #888888. Windows color (decimal): -2658502 or 3829719. OLE color: 3829719.

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

Color convert

RGB 215 111 58 -
CMYK 0 0.48 0.73 0.16
HSL 20.25º 0.66% 0.54% -
HSV(B) 20.25º 0.73% 0.84% -
XYZ 34.47 26.12 7.23 -
YUV 136.05 83.96 184.31 -
System Red Green Blue C M Y K H S L
Decimal 215 111 58 0 0.48 0.73 0.16 20.25 0.66 0.54
Hex D7 6F 3A 0 30 49 10 14 42 36
Octal 327 157 72 0 60 111 20 24 102 66
Binary 11010111 1101111 111010 0 110000 1001001 10000 10100 1000010 110110

Color Harmonies of #D76F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76F3A

Black with #D76F3A

Text Example


Text Example

White with #D76F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76F3A; }

 p { color: rgb(215,111,58); }

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

background-color css

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

 a { background-color: rgb(215,111,58); }

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

border-color css

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

 span { border-color: rgb(215,111,58); }

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