Html Css Color HEX #D14803 Tenne (Tawny)

📋 copy color: '#D14803'

red 209 ◦ green 72 ◦ blue 3

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

Shades of Tenne (Tawny) #D14803

Tints of Tenne (Tawny) #D14803

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.35%

 BLUE value IS 3 (1.56% from 255) = 1.06%

R = 73.59%
G = 25.35%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D14803 (or 0xD14803) is known color: Tenne (Tawny). HEX triplet: D1, 48 and 03. RGB value is (209,72,3). Sum of RGB (Red+Green+Blue) = 209+72+3=284 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.59% from 284); Green value is 72 (28.52% from 255 or 25.35% from 284); Blue value is 3 (1.56% from 255 or 1.06% from 284); Max value from RGB is 209 - color contains mainly: red. Hex color #D14803 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14803 is #2EB7FC. Grayscale: #696969. Windows color (decimal): -3061757 or 215249. OLE color: 215249.

HSL color Cylindrical-coordinate representation of color #D14803: hue angle of 20.1º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D14803 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 72 3 -
CMYK 0 0.66 0.99 0.18
HSL 20.1º 0.97% 0.42% -
HSV(B) 20.1º 0.99% 0.82% -
XYZ 28.63 18.2 2.09 -
YUV 105.1 70.39 202.11 -
System Red Green Blue C M Y K H S L
Decimal 209 72 3 0 0.66 0.99 0.18 20.1 0.97 0.42
Hex D1 48 3 0 42 63 12 14 61 2A
Octal 321 110 3 0 102 143 22 24 141 52
Binary 11010001 1001000 11 0 1000010 1100011 10010 10100 1100001 101010

Color Harmonies of #D14803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14803

Black with #D14803

Text Example


Text Example

White with #D14803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14803; }

 p { color: rgb(209,72,3); }

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

background-color css

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

 a { background-color: rgb(209,72,3); }

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

border-color css

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

 span { border-color: rgb(209,72,3); }

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