Html Css Color HEX #D45F04 Tenne (Tawny)

📋 copy color: '#D45F04'

red 212 ◦ green 95 ◦ blue 4

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

Shades of Tenne (Tawny) #D45F04

Tints of Tenne (Tawny) #D45F04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.29%

R = 68.17%
G = 30.55%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#D45F04 (or 0xD45F04) is known color: Tenne (Tawny). HEX triplet: D4, 5F and 04. RGB value is (212,95,4). Sum of RGB (Red+Green+Blue) = 212+95+4=311 (41% of max value = 765). Red value is 212 (83.20% from 255 or 68.17% from 311); Green value is 95 (37.5% from 255 or 30.55% from 311); Blue value is 4 (1.95% from 255 or 1.29% from 311); Max value from RGB is 212 - color contains mainly: red. Hex color #D45F04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45F04 is #2BA0FB. Grayscale: #787878. Windows color (decimal): -2859260 or 286676. OLE color: 286676.

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

Color convert

RGB 212 95 4 -
CMYK 0 0.55 0.98 0.17
HSL 26.25º 0.96% 0.42% -
HSV(B) 26.25º 0.98% 0.83% -
XYZ 31.27 22.19 2.75 -
YUV 119.61 62.76 193.9 -
System Red Green Blue C M Y K H S L
Decimal 212 95 4 0 0.55 0.98 0.17 26.25 0.96 0.42
Hex D4 5F 4 0 37 62 11 1A 60 2A
Octal 324 137 4 0 67 142 21 32 140 52
Binary 11010100 1011111 100 0 110111 1100010 10001 11010 1100000 101010

Color Harmonies of #D45F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45F04

Black with #D45F04

Text Example


Text Example

White with #D45F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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