Html Css Color HEX #D45F0E Tenne (Tawny)

📋 copy color: '#D45F0E'

red 212 ◦ green 95 ◦ blue 14

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

Shades of Tenne (Tawny) #D45F0E

Tints of Tenne (Tawny) #D45F0E

RGB

 RED value IS 212 (83.2% from 255) = 66.04%

 GREEN value IS 95 (37.5% from 255) = 29.6%

 BLUE value IS 14 (5.86% from 255) = 4.36%

R = 66.04%
G = 29.6%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#D45F0E (or 0xD45F0E) is known color: Tenne (Tawny). HEX triplet: D4, 5F and 0E. RGB value is (212,95,14). Sum of RGB (Red+Green+Blue) = 212+95+14=321 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.04% from 321); Green value is 95 (37.5% from 255 or 29.60% from 321); Blue value is 14 (5.86% from 255 or 4.36% from 321); Max value from RGB is 212 - color contains mainly: red. Hex color #D45F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45F0E is #2BA0F1. Grayscale: #797979. Windows color (decimal): -2859250 or 942036. OLE color: 942036.

HSL color Cylindrical-coordinate representation of color #D45F0E: hue angle of 24.55º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D45F0E is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 95 14 -
CMYK 0 0.55 0.93 0.17
HSL 24.55º 0.88% 0.44% -
HSV(B) 24.55º 0.93% 0.83% -
XYZ 31.32 22.21 3.05 -
YUV 120.75 67.76 193.09 -
System Red Green Blue C M Y K H S L
Decimal 212 95 14 0 0.55 0.93 0.17 24.55 0.88 0.44
Hex D4 5F E 0 37 5D 11 19 58 2C
Octal 324 137 16 0 67 135 21 31 130 54
Binary 11010100 1011111 1110 0 110111 1011101 10001 11001 1011000 101100

Color Harmonies of #D45F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45F0E

Black with #D45F0E

Text Example


Text Example

White with #D45F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45F0E; }

 p { color: rgb(212,95,14); }

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

background-color css

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

 a { background-color: rgb(212,95,14); }

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

border-color css

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

 span { border-color: rgb(212,95,14); }

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