Html Css Color HEX #D75110 Tenne (Tawny)

📋 copy color: '#D75110'

red 215 ◦ green 81 ◦ blue 16

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

Shades of Tenne (Tawny) #D75110

Tints of Tenne (Tawny) #D75110

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.96%

 BLUE value IS 16 (6.64% from 255) = 5.13%

R = 68.91%
G = 25.96%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D75110 (or 0xD75110) is known color: Tenne (Tawny). HEX triplet: D7, 51 and 10. RGB value is (215,81,16). Sum of RGB (Red+Green+Blue) = 215+81+16=312 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.91% from 312); Green value is 81 (32.03% from 255 or 25.96% from 312); Blue value is 16 (6.64% from 255 or 5.13% from 312); Max value from RGB is 215 - color contains mainly: red. Hex color #D75110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D75110 is #28AEEF. Grayscale: #727272. Windows color (decimal): -2666224 or 1069527. OLE color: 1069527.

HSL color Cylindrical-coordinate representation of color #D75110: hue angle of 19.6º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D75110 is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 81 16 -
CMYK 0 0.62 0.93 0.16
HSL 19.6º 0.86% 0.45% -
HSV(B) 19.6º 0.93% 0.84% -
XYZ 31.06 20.37 2.78 -
YUV 113.66 72.89 200.29 -
System Red Green Blue C M Y K H S L
Decimal 215 81 16 0 0.62 0.93 0.16 19.6 0.86 0.45
Hex D7 51 10 0 3E 5D 10 14 56 2D
Octal 327 121 20 0 76 135 20 24 126 55
Binary 11010111 1010001 10000 0 111110 1011101 10000 10100 1010110 101101

Color Harmonies of #D75110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75110

Black with #D75110

Text Example


Text Example

White with #D75110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75110; }

 p { color: rgb(215,81,16); }

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

background-color css

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

 a { background-color: rgb(215,81,16); }

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

border-color css

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

 span { border-color: rgb(215,81,16); }

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