Html Css Color HEX #D45200 Tenne (Tawny)

📋 copy color: '#D45200'

red 212 ◦ green 82 ◦ blue 0

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

Shades of Tenne (Tawny) #D45200

Tints of Tenne (Tawny) #D45200

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.89%

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

R = 72.11%
G = 27.89%
B = 0%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#D45200 (or 0xD45200) is known color: Tenne (Tawny). HEX triplet: D4, 52 and 00. RGB value is (212,82,0). Sum of RGB (Red+Green+Blue) = 212+82+0=294 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.11% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 212 - color contains mainly: red. Hex color #D45200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45200 is #2BADFF. Grayscale: #6F6F6F. Windows color (decimal): -2862592 or 21204. OLE color: 21204.

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

Color convert

RGB 212 82 0 -
CMYK 0 0.61 1 0.17
HSL 23.21º 1% 0.42% -
HSV(B) 23.21º 1% 0.83% -
XYZ 30.17 20.03 2.28 -
YUV 111.52 65.07 199.67 -
System Red Green Blue C M Y K H S L
Decimal 212 82 0 0 0.61 1 0.17 23.21 1 0.42
Hex D4 52 0 0 3D 64 11 17 64 2A
Octal 324 122 0 0 75 144 21 27 144 52
Binary 11010100 1010010 0 0 111101 1100100 10001 10111 1100100 101010

Color Harmonies of #D45200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45200

Black with #D45200

Text Example


Text Example

White with #D45200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45200; }

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

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

background-color css

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

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

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

border-color css

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

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

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