Html Css Color HEX #D14C0B Tenne (Tawny)

📋 copy color: '#D14C0B'

red 209 ◦ green 76 ◦ blue 11

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

Shades of Tenne (Tawny) #D14C0B

Tints of Tenne (Tawny) #D14C0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.72%

R = 70.61%
G = 25.68%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D14C0B (or 0xD14C0B) is known color: Tenne (Tawny). HEX triplet: D1, 4C and 0B. RGB value is (209,76,11). Sum of RGB (Red+Green+Blue) = 209+76+11=296 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.61% from 296); Green value is 76 (30.08% from 255 or 25.68% from 296); Blue value is 11 (4.69% from 255 or 3.72% from 296); Max value from RGB is 209 - color contains mainly: red. Hex color #D14C0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14C0B is #2EB3F4. Grayscale: #6C6C6C. Windows color (decimal): -3060725 or 740561. OLE color: 740561.

HSL color Cylindrical-coordinate representation of color #D14C0B: hue angle of 19.7º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D14C0B is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 76 11 -
CMYK 0 0.64 0.95 0.18
HSL 19.7º 0.9% 0.43% -
HSV(B) 19.7º 0.95% 0.82% -
XYZ 28.94 18.75 2.41 -
YUV 108.36 73.06 199.79 -
System Red Green Blue C M Y K H S L
Decimal 209 76 11 0 0.64 0.95 0.18 19.7 0.9 0.43
Hex D1 4C B 0 40 5F 12 14 5A 2B
Octal 321 114 13 0 100 137 22 24 132 53
Binary 11010001 1001100 1011 0 1000000 1011111 10010 10100 1011010 101011

Color Harmonies of #D14C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14C0B

Black with #D14C0B

Text Example


Text Example

White with #D14C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14C0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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