Html Css Color HEX #D14C03 Tenne (Tawny)

📋 copy color: '#D14C03'

red 209 ◦ green 76 ◦ blue 3

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

Shades of Tenne (Tawny) #D14C03

Tints of Tenne (Tawny) #D14C03

RGB

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

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

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

R = 72.57%
G = 26.39%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D14C03 (or 0xD14C03) is known color: Tenne (Tawny). HEX triplet: D1, 4C and 03. RGB value is (209,76,3). Sum of RGB (Red+Green+Blue) = 209+76+3=288 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.57% from 288); Green value is 76 (30.08% from 255 or 26.39% from 288); Blue value is 3 (1.56% from 255 or 1.04% from 288); Max value from RGB is 209 - color contains mainly: red. Hex color #D14C03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14C03 is #2EB3FC. Grayscale: #6B6B6B. Windows color (decimal): -3060733 or 216273. OLE color: 216273.

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

Color convert

RGB 209 76 3 -
CMYK 0 0.64 0.99 0.18
HSL 21.26º 0.97% 0.42% -
HSV(B) 21.26º 0.99% 0.82% -
XYZ 28.9 18.73 2.18 -
YUV 107.45 69.06 200.44 -
System Red Green Blue C M Y K H S L
Decimal 209 76 3 0 0.64 0.99 0.18 21.26 0.97 0.42
Hex D1 4C 3 0 40 63 12 15 61 2A
Octal 321 114 3 0 100 143 22 25 141 52
Binary 11010001 1001100 11 0 1000000 1100011 10010 10101 1100001 101010

Color Harmonies of #D14C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14C03

Black with #D14C03

Text Example


Text Example

White with #D14C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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