Html Css Color HEX #D14D03 Tenne (Tawny)

📋 copy color: '#D14D03'

red 209 ◦ green 77 ◦ blue 3

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

Shades of Tenne (Tawny) #D14D03

Tints of Tenne (Tawny) #D14D03

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.64%

 BLUE value IS 3 (1.56% from 255) = 1.04%

R = 72.32%
G = 26.64%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D14D03 (or 0xD14D03) is known color: Tenne (Tawny). HEX triplet: D1, 4D and 03. RGB value is (209,77,3). Sum of RGB (Red+Green+Blue) = 209+77+3=289 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.32% from 289); Green value is 77 (30.47% from 255 or 26.64% from 289); Blue value is 3 (1.56% from 255 or 1.04% from 289); Max value from RGB is 209 - color contains mainly: red. Hex color #D14D03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D14D03 is #2EB2FC. Grayscale: #6C6C6C. Windows color (decimal): -3060477 or 216529. OLE color: 216529.

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

Color convert

RGB 209 77 3 -
CMYK 0 0.63 0.99 0.18
HSL 21.55º 0.97% 0.42% -
HSV(B) 21.55º 0.99% 0.82% -
XYZ 28.96 18.87 2.2 -
YUV 108.03 68.73 200.02 -
System Red Green Blue C M Y K H S L
Decimal 209 77 3 0 0.63 0.99 0.18 21.55 0.97 0.42
Hex D1 4D 3 0 3F 63 12 16 61 2A
Octal 321 115 3 0 77 143 22 26 141 52
Binary 11010001 1001101 11 0 111111 1100011 10010 10110 1100001 101010

Color Harmonies of #D14D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14D03

Black with #D14D03

Text Example


Text Example

White with #D14D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14D03; }

 p { color: rgb(209,77,3); }

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

background-color css

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

 a { background-color: rgb(209,77,3); }

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

border-color css

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

 span { border-color: rgb(209,77,3); }

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