Html Css Color HEX #D14800 Tenne (Tawny)

📋 copy color: '#D14800'

red 209 ◦ green 72 ◦ blue 0

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

Shades of Tenne (Tawny) #D14800

Tints of Tenne (Tawny) #D14800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 74.38%
G = 25.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D14800 (or 0xD14800) is known color: Tenne (Tawny). HEX triplet: D1, 48 and 00. RGB value is (209,72,0). Sum of RGB (Red+Green+Blue) = 209+72+0=281 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.38% from 281); Green value is 72 (28.52% from 255 or 25.62% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 209 - color contains mainly: red. Hex color #D14800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14800 is #2EB7FF. Grayscale: #696969. Windows color (decimal): -3061760 or 18641. OLE color: 18641.

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

Color convert

RGB 209 72 0 -
CMYK 0 0.66 1 0.18
HSL 20.67º 1% 0.41% -
HSV(B) 20.67º 1% 0.82% -
XYZ 28.61 18.19 2 -
YUV 104.76 68.89 202.35 -
System Red Green Blue C M Y K H S L
Decimal 209 72 0 0 0.66 1 0.18 20.67 1 0.41
Hex D1 48 0 0 42 64 12 15 64 29
Octal 321 110 0 0 102 144 22 25 144 51
Binary 11010001 1001000 0 0 1000010 1100100 10010 10101 1100100 101001

Color Harmonies of #D14800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14800

Black with #D14800

Text Example


Text Example

White with #D14800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14800; }

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

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

background-color css

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

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

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

border-color css

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

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

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