Html Css Color HEX #D75F0E Tenne (Tawny)

📋 copy color: '#D75F0E'

red 215 ◦ green 95 ◦ blue 14

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

Shades of Tenne (Tawny) #D75F0E

Tints of Tenne (Tawny) #D75F0E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.32%

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

R = 66.36%
G = 29.32%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D75F0E (or 0xD75F0E) is known color: Tenne (Tawny). HEX triplet: D7, 5F and 0E. RGB value is (215,95,14). Sum of RGB (Red+Green+Blue) = 215+95+14=324 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.36% from 324); Green value is 95 (37.5% from 255 or 29.32% from 324); Blue value is 14 (5.86% from 255 or 4.32% from 324); Max value from RGB is 215 - color contains mainly: red. Hex color #D75F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D75F0E is #28A0F1. Grayscale: #7A7A7A. Windows color (decimal): -2662642 or 942039. OLE color: 942039.

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

Color convert

RGB 215 95 14 -
CMYK 0 0.56 0.93 0.16
HSL 24.18º 0.88% 0.45% -
HSV(B) 24.18º 0.93% 0.84% -
XYZ 32.2 22.66 3.09 -
YUV 121.65 67.26 194.59 -
System Red Green Blue C M Y K H S L
Decimal 215 95 14 0 0.56 0.93 0.16 24.18 0.88 0.45
Hex D7 5F E 0 38 5D 10 18 58 2D
Octal 327 137 16 0 70 135 20 30 130 55
Binary 11010111 1011111 1110 0 111000 1011101 10000 11000 1011000 101101

Color Harmonies of #D75F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75F0E

Black with #D75F0E

Text Example


Text Example

White with #D75F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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