Html Css Color HEX #D14D00 Tenne (Tawny)

📋 copy color: '#D14D00'

red 209 ◦ green 77 ◦ blue 0

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

Shades of Tenne (Tawny) #D14D00

Tints of Tenne (Tawny) #D14D00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.08%
G = 26.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D14D00 (or 0xD14D00) is known color: Tenne (Tawny). HEX triplet: D1, 4D and 00. RGB value is (209,77,0). Sum of RGB (Red+Green+Blue) = 209+77+0=286 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.08% from 286); Green value is 77 (30.47% from 255 or 26.92% from 286); Blue value is 0 (0.39% from 255 or 0% from 286); Max value from RGB is 209 - color contains mainly: red. Hex color #D14D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D14D00 is #2EB2FF. Grayscale: #6C6C6C. Windows color (decimal): -3060480 or 19921. OLE color: 19921.

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

Color convert

RGB 209 77 0 -
CMYK 0 0.63 1 0.18
HSL 22.11º 1% 0.41% -
HSV(B) 22.11º 1% 0.82% -
XYZ 28.95 18.86 2.12 -
YUV 107.69 67.23 200.26 -
System Red Green Blue C M Y K H S L
Decimal 209 77 0 0 0.63 1 0.18 22.11 1 0.41
Hex D1 4D 0 0 3F 64 12 16 64 29
Octal 321 115 0 0 77 144 22 26 144 51
Binary 11010001 1001101 0 0 111111 1100100 10010 10110 1100100 101001

Color Harmonies of #D14D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14D00

Black with #D14D00

Text Example


Text Example

White with #D14D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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