Html Css Color HEX #D45E04 Tenne (Tawny)

📋 copy color: '#D45E04'

red 212 ◦ green 94 ◦ blue 4

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

Shades of Tenne (Tawny) #D45E04

Tints of Tenne (Tawny) #D45E04

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.32%

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

R = 68.39%
G = 30.32%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#D45E04 (or 0xD45E04) is known color: Tenne (Tawny). HEX triplet: D4, 5E and 04. RGB value is (212,94,4). Sum of RGB (Red+Green+Blue) = 212+94+4=310 (41% of max value = 765). Red value is 212 (83.20% from 255 or 68.39% from 310); Green value is 94 (37.11% from 255 or 30.32% from 310); Blue value is 4 (1.95% from 255 or 1.29% from 310); Max value from RGB is 212 - color contains mainly: red. Hex color #D45E04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45E04 is #2BA1FB. Grayscale: #777777. Windows color (decimal): -2859516 or 286420. OLE color: 286420.

HSL color Cylindrical-coordinate representation of color #D45E04: hue angle of 25.96º 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 #D45E04 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 94 4 -
CMYK 0 0.56 0.98 0.17
HSL 25.96º 0.96% 0.42% -
HSV(B) 25.96º 0.98% 0.83% -
XYZ 31.18 22.01 2.72 -
YUV 119.02 63.09 194.32 -
System Red Green Blue C M Y K H S L
Decimal 212 94 4 0 0.56 0.98 0.17 25.96 0.96 0.42
Hex D4 5E 4 0 38 62 11 1A 60 2A
Octal 324 136 4 0 70 142 21 32 140 52
Binary 11010100 1011110 100 0 111000 1100010 10001 11010 1100000 101010

Color Harmonies of #D45E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45E04

Black with #D45E04

Text Example


Text Example

White with #D45E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45E04; }

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

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

background-color css

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

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

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

border-color css

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

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

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