Html Css Color HEX #D15D0E Tenne (Tawny)

📋 copy color: '#D15D0E'

red 209 ◦ green 93 ◦ blue 14

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

Shades of Tenne (Tawny) #D15D0E

Tints of Tenne (Tawny) #D15D0E

RGB

 RED value IS 209 (82.03% from 255) = 66.14%

 GREEN value IS 93 (36.72% from 255) = 29.43%

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

R = 66.14%
G = 29.43%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D15D0E (or 0xD15D0E) is known color: Tenne (Tawny). HEX triplet: D1, 5D and 0E. RGB value is (209,93,14). Sum of RGB (Red+Green+Blue) = 209+93+14=316 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.14% from 316); Green value is 93 (36.72% from 255 or 29.43% from 316); Blue value is 14 (5.86% from 255 or 4.43% from 316); Max value from RGB is 209 - color contains mainly: red. Hex color #D15D0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D15D0E is #2EA2F1. Grayscale: #777777. Windows color (decimal): -3056370 or 941521. OLE color: 941521.

HSL color Cylindrical-coordinate representation of color #D15D0E: hue angle of 24.31º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D15D0E is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 93 14 -
CMYK 0 0.56 0.93 0.18
HSL 24.31º 0.87% 0.44% -
HSV(B) 24.31º 0.93% 0.82% -
XYZ 30.29 21.42 2.95 -
YUV 118.68 68.93 192.42 -
System Red Green Blue C M Y K H S L
Decimal 209 93 14 0 0.56 0.93 0.18 24.31 0.87 0.44
Hex D1 5D E 0 38 5D 12 18 57 2C
Octal 321 135 16 0 70 135 22 30 127 54
Binary 11010001 1011101 1110 0 111000 1011101 10010 11000 1010111 101100

Color Harmonies of #D15D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15D0E

Black with #D15D0E

Text Example


Text Example

White with #D15D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15D0E; }

 p { color: rgb(209,93,14); }

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

background-color css

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

 a { background-color: rgb(209,93,14); }

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

border-color css

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

 span { border-color: rgb(209,93,14); }

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