Html Css Color HEX #D45400 Tenne (Tawny)

📋 copy color: '#D45400'

red 212 ◦ green 84 ◦ blue 0

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

Shades of Tenne (Tawny) #D45400

Tints of Tenne (Tawny) #D45400

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.38%

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

R = 71.62%
G = 28.38%
B = 0%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#D45400 (or 0xD45400) is known color: Tenne (Tawny). HEX triplet: D4, 54 and 00. RGB value is (212,84,0). Sum of RGB (Red+Green+Blue) = 212+84+0=296 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.62% from 296); Green value is 84 (33.20% from 255 or 28.38% from 296); Blue value is 0 (0.39% from 255 or 0% from 296); Max value from RGB is 212 - color contains mainly: red. Hex color #D45400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45400 is #2BABFF. Grayscale: #717171. Windows color (decimal): -2862080 or 21716. OLE color: 21716.

HSL color Cylindrical-coordinate representation of color #D45400: hue angle of 23.77º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D45400 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 84 0 -
CMYK 0 0.60 1 0.17
HSL 23.77º 1% 0.42% -
HSV(B) 23.77º 1% 0.83% -
XYZ 30.32 20.34 2.33 -
YUV 112.7 64.41 198.83 -
System Red Green Blue C M Y K H S L
Decimal 212 84 0 0 0.60 1 0.17 23.77 1 0.42
Hex D4 54 0 0 3C 64 11 18 64 2A
Octal 324 124 0 0 74 144 21 30 144 52
Binary 11010100 1010100 0 0 111100 1100100 10001 11000 1100100 101010

Color Harmonies of #D45400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45400

Black with #D45400

Text Example


Text Example

White with #D45400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45400; }

 p { color: rgb(212,84,0); }

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

background-color css

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

 a { background-color: rgb(212,84,0); }

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

border-color css

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

 span { border-color: rgb(212,84,0); }

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