Html Css Color HEX #D14A08 Tenne (Tawny)

📋 copy color: '#D14A08'

red 209 ◦ green 74 ◦ blue 8

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

Shades of Tenne (Tawny) #D14A08

Tints of Tenne (Tawny) #D14A08

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.43%

 BLUE value IS 8 (3.52% from 255) = 2.75%

R = 71.82%
G = 25.43%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D14A08 (or 0xD14A08) is known color: Tenne (Tawny). HEX triplet: D1, 4A and 08. RGB value is (209,74,8). Sum of RGB (Red+Green+Blue) = 209+74+8=291 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.82% from 291); Green value is 74 (29.30% from 255 or 25.43% from 291); Blue value is 8 (3.52% from 255 or 2.75% from 291); Max value from RGB is 209 - color contains mainly: red. Hex color #D14A08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14A08 is #2EB5F7. Grayscale: #6B6B6B. Windows color (decimal): -3061240 or 543441. OLE color: 543441.

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

Color convert

RGB 209 74 8 -
CMYK 0 0.65 0.96 0.18
HSL 19.7º 0.93% 0.43% -
HSV(B) 19.7º 0.96% 0.82% -
XYZ 28.79 18.47 2.28 -
YUV 106.84 72.23 200.87 -
System Red Green Blue C M Y K H S L
Decimal 209 74 8 0 0.65 0.96 0.18 19.7 0.93 0.43
Hex D1 4A 8 0 41 60 12 14 5D 2B
Octal 321 112 10 0 101 140 22 24 135 53
Binary 11010001 1001010 1000 0 1000001 1100000 10010 10100 1011101 101011

Color Harmonies of #D14A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14A08

Black with #D14A08

Text Example


Text Example

White with #D14A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14A08; }

 p { color: rgb(209,74,8); }

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

background-color css

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

 a { background-color: rgb(209,74,8); }

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

border-color css

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

 span { border-color: rgb(209,74,8); }

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