Html Css Color HEX #D75A0E Tenne (Tawny)

📋 copy color: '#D75A0E'

red 215 ◦ green 90 ◦ blue 14

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

Shades of Tenne (Tawny) #D75A0E

Tints of Tenne (Tawny) #D75A0E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.21%

 BLUE value IS 14 (5.86% from 255) = 4.39%

R = 67.4%
G = 28.21%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D75A0E (or 0xD75A0E) is known color: Tenne (Tawny). HEX triplet: D7, 5A and 0E. RGB value is (215,90,14). Sum of RGB (Red+Green+Blue) = 215+90+14=319 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.40% from 319); Green value is 90 (35.55% from 255 or 28.21% from 319); Blue value is 14 (5.86% from 255 or 4.39% from 319); Max value from RGB is 215 - color contains mainly: red. Hex color #D75A0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D75A0E is #28A5F1. Grayscale: #777777. Windows color (decimal): -2663922 or 940759. OLE color: 940759.

HSL color Cylindrical-coordinate representation of color #D75A0E: hue angle of 22.69º degrees, saturation: 0.88, 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 #D75A0E is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 90 14 -
CMYK 0 0.58 0.93 0.16
HSL 22.69º 0.88% 0.45% -
HSV(B) 22.69º 0.93% 0.84% -
XYZ 31.76 21.79 2.95 -
YUV 118.71 68.91 196.68 -
System Red Green Blue C M Y K H S L
Decimal 215 90 14 0 0.58 0.93 0.16 22.69 0.88 0.45
Hex D7 5A E 0 3A 5D 10 17 58 2D
Octal 327 132 16 0 72 135 20 27 130 55
Binary 11010111 1011010 1110 0 111010 1011101 10000 10111 1011000 101101

Color Harmonies of #D75A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75A0E

Black with #D75A0E

Text Example


Text Example

White with #D75A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75A0E; }

 p { color: rgb(215,90,14); }

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

background-color css

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

 a { background-color: rgb(215,90,14); }

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

border-color css

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

 span { border-color: rgb(215,90,14); }

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