Html Css Color HEX #D14204 Tenne (Tawny)

📋 copy color: '#D14204'

red 209 ◦ green 66 ◦ blue 4

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

Shades of Tenne (Tawny) #D14204

Tints of Tenne (Tawny) #D14204

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.66%

 BLUE value IS 4 (1.95% from 255) = 1.43%

R = 74.91%
G = 23.66%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D14204 (or 0xD14204) is known color: Tenne (Tawny). HEX triplet: D1, 42 and 04. RGB value is (209,66,4). Sum of RGB (Red+Green+Blue) = 209+66+4=279 (36% of max value = 765). Red value is 209 (82.03% from 255 or 74.91% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 4 (1.95% from 255 or 1.43% from 279); Max value from RGB is 209 - color contains mainly: red. Hex color #D14204 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14204 is #2EBDFB. Grayscale: #666666. Windows color (decimal): -3063292 or 279249. OLE color: 279249.

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

Color convert

RGB 209 66 4 -
CMYK 0 0.68 0.98 0.18
HSL 18.15º 0.96% 0.42% -
HSV(B) 18.15º 0.98% 0.82% -
XYZ 28.26 17.46 2 -
YUV 101.69 72.88 204.54 -
System Red Green Blue C M Y K H S L
Decimal 209 66 4 0 0.68 0.98 0.18 18.15 0.96 0.42
Hex D1 42 4 0 44 62 12 12 60 2A
Octal 321 102 4 0 104 142 22 22 140 52
Binary 11010001 1000010 100 0 1000100 1100010 10010 10010 1100000 101010

Color Harmonies of #D14204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14204

Black with #D14204

Text Example


Text Example

White with #D14204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14204; }

 p { color: rgb(209,66,4); }

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

background-color css

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

 a { background-color: rgb(209,66,4); }

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

border-color css

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

 span { border-color: rgb(209,66,4); }

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