Html Css Color HEX #D14C04 Tenne (Tawny)

📋 copy color: '#D14C04'

red 209 ◦ green 76 ◦ blue 4

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

Shades of Tenne (Tawny) #D14C04

Tints of Tenne (Tawny) #D14C04

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.3%

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

R = 72.32%
G = 26.3%
B = 1.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D14C04 (or 0xD14C04) is known color: Tenne (Tawny). HEX triplet: D1, 4C and 04. RGB value is (209,76,4). Sum of RGB (Red+Green+Blue) = 209+76+4=289 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.32% from 289); Green value is 76 (30.08% from 255 or 26.30% from 289); Blue value is 4 (1.95% from 255 or 1.38% from 289); Max value from RGB is 209 - color contains mainly: red. Hex color #D14C04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14C04 is #2EB3FB. Grayscale: #6B6B6B. Windows color (decimal): -3060732 or 281809. OLE color: 281809.

HSL color Cylindrical-coordinate representation of color #D14C04: hue angle of 21.07º 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 #D14C04 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 76 4 -
CMYK 0 0.64 0.98 0.18
HSL 21.07º 0.96% 0.42% -
HSV(B) 21.07º 0.98% 0.82% -
XYZ 28.9 18.73 2.21 -
YUV 107.56 69.56 200.35 -
System Red Green Blue C M Y K H S L
Decimal 209 76 4 0 0.64 0.98 0.18 21.07 0.96 0.42
Hex D1 4C 4 0 40 62 12 15 60 2A
Octal 321 114 4 0 100 142 22 25 140 52
Binary 11010001 1001100 100 0 1000000 1100010 10010 10101 1100000 101010

Color Harmonies of #D14C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14C04

Black with #D14C04

Text Example


Text Example

White with #D14C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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