Html Css Color HEX #D45E00 Tenne (Tawny)

📋 copy color: '#D45E00'

red 212 ◦ green 94 ◦ blue 0

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

Shades of Tenne (Tawny) #D45E00

Tints of Tenne (Tawny) #D45E00

RGB

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

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

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

R = 69.28%
G = 30.72%
B = 0%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#D45E00 (or 0xD45E00) is known color: Tenne (Tawny). HEX triplet: D4, 5E and 00. RGB value is (212,94,0). Sum of RGB (Red+Green+Blue) = 212+94+0=306 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.28% from 306); Green value is 94 (37.11% from 255 or 30.72% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 212 - color contains mainly: red. Hex color #D45E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45E00 is #2BA1FF. Grayscale: #777777. Windows color (decimal): -2859520 or 24276. OLE color: 24276.

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

Color convert

RGB 212 94 0 -
CMYK 0 0.56 1 0.17
HSL 26.6º 1% 0.42% -
HSV(B) 26.6º 1% 0.83% -
XYZ 31.15 22 2.6 -
YUV 118.57 61.09 194.64 -
System Red Green Blue C M Y K H S L
Decimal 212 94 0 0 0.56 1 0.17 26.6 1 0.42
Hex D4 5E 0 0 38 64 11 1B 64 2A
Octal 324 136 0 0 70 144 21 33 144 52
Binary 11010100 1011110 0 0 111000 1100100 10001 11011 1100100 101010

Color Harmonies of #D45E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45E00

Black with #D45E00

Text Example


Text Example

White with #D45E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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