Html Css Color HEX #D14508 Tenne (Tawny)

📋 copy color: '#D14508'

red 209 ◦ green 69 ◦ blue 8

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

Shades of Tenne (Tawny) #D14508

Tints of Tenne (Tawny) #D14508

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.13%

 BLUE value IS 8 (3.52% from 255) = 2.8%

R = 73.08%
G = 24.13%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D14508 (or 0xD14508) is known color: Tenne (Tawny). HEX triplet: D1, 45 and 08. RGB value is (209,69,8). Sum of RGB (Red+Green+Blue) = 209+69+8=286 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.08% from 286); Green value is 69 (27.34% from 255 or 24.13% from 286); Blue value is 8 (3.52% from 255 or 2.80% from 286); Max value from RGB is 209 - color contains mainly: red. Hex color #D14508 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14508 is #2EBAF7. Grayscale: #686868. Windows color (decimal): -3062520 or 542161. OLE color: 542161.

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

Color convert

RGB 209 69 8 -
CMYK 0 0.67 0.96 0.18
HSL 18.21º 0.93% 0.43% -
HSV(B) 18.21º 0.96% 0.82% -
XYZ 28.47 17.83 2.17 -
YUV 103.91 73.88 202.96 -
System Red Green Blue C M Y K H S L
Decimal 209 69 8 0 0.67 0.96 0.18 18.21 0.93 0.43
Hex D1 45 8 0 43 60 12 12 5D 2B
Octal 321 105 10 0 103 140 22 22 135 53
Binary 11010001 1000101 1000 0 1000011 1100000 10010 10010 1011101 101011

Color Harmonies of #D14508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14508

Black with #D14508

Text Example


Text Example

White with #D14508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14508; }

 p { color: rgb(209,69,8); }

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

background-color css

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

 a { background-color: rgb(209,69,8); }

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

border-color css

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

 span { border-color: rgb(209,69,8); }

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