Html Css Color HEX #D14F03 Tenne (Tawny)

📋 copy color: '#D14F03'

red 209 ◦ green 79 ◦ blue 3

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

Shades of Tenne (Tawny) #D14F03

Tints of Tenne (Tawny) #D14F03

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.15%

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

R = 71.82%
G = 27.15%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D14F03 (or 0xD14F03) is known color: Tenne (Tawny). HEX triplet: D1, 4F and 03. RGB value is (209,79,3). Sum of RGB (Red+Green+Blue) = 209+79+3=291 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.82% from 291); Green value is 79 (31.25% from 255 or 27.15% from 291); Blue value is 3 (1.56% from 255 or 1.03% from 291); Max value from RGB is 209 - color contains mainly: red. Hex color #D14F03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D14F03 is #2EB0FC. Grayscale: #6D6D6D. Windows color (decimal): -3059965 or 217041. OLE color: 217041.

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

Color convert

RGB 209 79 3 -
CMYK 0 0.62 0.99 0.18
HSL 22.14º 0.97% 0.42% -
HSV(B) 22.14º 0.99% 0.82% -
XYZ 29.11 19.15 2.25 -
YUV 109.21 68.07 199.18 -
System Red Green Blue C M Y K H S L
Decimal 209 79 3 0 0.62 0.99 0.18 22.14 0.97 0.42
Hex D1 4F 3 0 3E 63 12 16 61 2A
Octal 321 117 3 0 76 143 22 26 141 52
Binary 11010001 1001111 11 0 111110 1100011 10010 10110 1100001 101010

Color Harmonies of #D14F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14F03

Black with #D14F03

Text Example


Text Example

White with #D14F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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