Html Css Color HEX #D14C07 Tenne (Tawny)

📋 copy color: '#D14C07'

red 209 ◦ green 76 ◦ blue 7

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

Shades of Tenne (Tawny) #D14C07

Tints of Tenne (Tawny) #D14C07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.4%

R = 71.58%
G = 26.03%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D14C07 (or 0xD14C07) is known color: Tenne (Tawny). HEX triplet: D1, 4C and 07. RGB value is (209,76,7). Sum of RGB (Red+Green+Blue) = 209+76+7=292 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.58% from 292); Green value is 76 (30.08% from 255 or 26.03% from 292); Blue value is 7 (3.12% from 255 or 2.40% from 292); Max value from RGB is 209 - color contains mainly: red. Hex color #D14C07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14C07 is #2EB3F8. Grayscale: #6C6C6C. Windows color (decimal): -3060729 or 478417. OLE color: 478417.

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

Color convert

RGB 209 76 7 -
CMYK 0 0.64 0.97 0.18
HSL 20.5º 0.94% 0.42% -
HSV(B) 20.5º 0.97% 0.82% -
XYZ 28.92 18.74 2.29 -
YUV 107.9 71.06 200.11 -
System Red Green Blue C M Y K H S L
Decimal 209 76 7 0 0.64 0.97 0.18 20.5 0.94 0.42
Hex D1 4C 7 0 40 61 12 14 5E 2A
Octal 321 114 7 0 100 141 22 24 136 52
Binary 11010001 1001100 111 0 1000000 1100001 10010 10100 1011110 101010

Color Harmonies of #D14C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14C07

Black with #D14C07

Text Example


Text Example

White with #D14C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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