Html Css Color HEX #D45A0F Tenne (Tawny)

📋 copy color: '#D45A0F'

red 212 ◦ green 90 ◦ blue 15

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

Shades of Tenne (Tawny) #D45A0F

Tints of Tenne (Tawny) #D45A0F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.39%

 BLUE value IS 15 (6.25% from 255) = 4.73%

R = 66.88%
G = 28.39%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#D45A0F (or 0xD45A0F) is known color: Tenne (Tawny). HEX triplet: D4, 5A and 0F. RGB value is (212,90,15). Sum of RGB (Red+Green+Blue) = 212+90+15=317 (41% of max value = 765). Red value is 212 (83.20% from 255 or 66.88% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 15 (6.25% from 255 or 4.73% from 317); Max value from RGB is 212 - color contains mainly: red. Hex color #D45A0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45A0F is #2BA5F0. Grayscale: #767676. Windows color (decimal): -2860529 or 1006292. OLE color: 1006292.

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

Color convert

RGB 212 90 15 -
CMYK 0 0.58 0.93 0.17
HSL 22.84º 0.87% 0.45% -
HSV(B) 22.84º 0.93% 0.83% -
XYZ 30.89 21.34 2.94 -
YUV 117.93 69.92 195.1 -
System Red Green Blue C M Y K H S L
Decimal 212 90 15 0 0.58 0.93 0.17 22.84 0.87 0.45
Hex D4 5A F 0 3A 5D 11 17 57 2D
Octal 324 132 17 0 72 135 21 27 127 55
Binary 11010100 1011010 1111 0 111010 1011101 10001 10111 1010111 101101

Color Harmonies of #D45A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45A0F

Black with #D45A0F

Text Example


Text Example

White with #D45A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45A0F; }

 p { color: rgb(212,90,15); }

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

background-color css

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

 a { background-color: rgb(212,90,15); }

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

border-color css

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

 span { border-color: rgb(212,90,15); }

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