Html Css Color HEX #D15D0A Tenne (Tawny)

📋 copy color: '#D15D0A'

red 209 ◦ green 93 ◦ blue 10

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

Shades of Tenne (Tawny) #D15D0A

Tints of Tenne (Tawny) #D15D0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.21%

R = 66.99%
G = 29.81%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D15D0A (or 0xD15D0A) is known color: Tenne (Tawny). HEX triplet: D1, 5D and 0A. RGB value is (209,93,10). Sum of RGB (Red+Green+Blue) = 209+93+10=312 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.99% from 312); Green value is 93 (36.72% from 255 or 29.81% from 312); Blue value is 10 (4.30% from 255 or 3.21% from 312); Max value from RGB is 209 - color contains mainly: red. Hex color #D15D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D15D0A is #2EA2F5. Grayscale: #767676. Windows color (decimal): -3056374 or 679377. OLE color: 679377.

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

Color convert

RGB 209 93 10 -
CMYK 0 0.56 0.95 0.18
HSL 25.03º 0.91% 0.43% -
HSV(B) 25.03º 0.95% 0.82% -
XYZ 30.26 21.41 2.82 -
YUV 118.22 66.93 192.75 -
System Red Green Blue C M Y K H S L
Decimal 209 93 10 0 0.56 0.95 0.18 25.03 0.91 0.43
Hex D1 5D A 0 38 5F 12 19 5B 2B
Octal 321 135 12 0 70 137 22 31 133 53
Binary 11010001 1011101 1010 0 111000 1011111 10010 11001 1011011 101011

Color Harmonies of #D15D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15D0A

Black with #D15D0A

Text Example


Text Example

White with #D15D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15D0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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