Html Css Color HEX #D14C00 Tenne (Tawny)

📋 copy color: '#D14C00'

red 209 ◦ green 76 ◦ blue 0

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

Shades of Tenne (Tawny) #D14C00

Tints of Tenne (Tawny) #D14C00

RGB

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

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

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

R = 73.33%
G = 26.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D14C00 (or 0xD14C00) is known color: Tenne (Tawny). HEX triplet: D1, 4C and 00. RGB value is (209,76,0). Sum of RGB (Red+Green+Blue) = 209+76+0=285 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.33% from 285); Green value is 76 (30.08% from 255 or 26.67% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 209 - color contains mainly: red. Hex color #D14C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14C00 is #2EB3FF. Grayscale: #6B6B6B. Windows color (decimal): -3060736 or 19665. OLE color: 19665.

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

Color convert

RGB 209 76 0 -
CMYK 0 0.64 1 0.18
HSL 21.82º 1% 0.41% -
HSV(B) 21.82º 1% 0.82% -
XYZ 28.88 18.72 2.09 -
YUV 107.1 67.56 200.68 -
System Red Green Blue C M Y K H S L
Decimal 209 76 0 0 0.64 1 0.18 21.82 1 0.41
Hex D1 4C 0 0 40 64 12 16 64 29
Octal 321 114 0 0 100 144 22 26 144 51
Binary 11010001 1001100 0 0 1000000 1100100 10010 10110 1100100 101001

Color Harmonies of #D14C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14C00

Black with #D14C00

Text Example


Text Example

White with #D14C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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