Html Css Color HEX #D45205 Tenne (Tawny)

📋 copy color: '#D45205'

red 212 ◦ green 82 ◦ blue 5

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

Shades of Tenne (Tawny) #D45205

Tints of Tenne (Tawny) #D45205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.67%

R = 70.9%
G = 27.42%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#D45205 (or 0xD45205) is known color: Tenne (Tawny). HEX triplet: D4, 52 and 05. RGB value is (212,82,5). Sum of RGB (Red+Green+Blue) = 212+82+5=299 (39% of max value = 765). Red value is 212 (83.20% from 255 or 70.90% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 5 (2.34% from 255 or 1.67% from 299); Max value from RGB is 212 - color contains mainly: red. Hex color #D45205 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45205 is #2BADFA. Grayscale: #707070. Windows color (decimal): -2862587 or 348884. OLE color: 348884.

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

Color convert

RGB 212 82 5 -
CMYK 0 0.61 0.98 0.17
HSL 22.32º 0.95% 0.43% -
HSV(B) 22.32º 0.98% 0.83% -
XYZ 30.2 20.04 2.42 -
YUV 112.09 67.57 199.26 -
System Red Green Blue C M Y K H S L
Decimal 212 82 5 0 0.61 0.98 0.17 22.32 0.95 0.43
Hex D4 52 5 0 3D 62 11 16 5F 2B
Octal 324 122 5 0 75 142 21 26 137 53
Binary 11010100 1010010 101 0 111101 1100010 10001 10110 1011111 101011

Color Harmonies of #D45205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45205

Black with #D45205

Text Example


Text Example

White with #D45205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45205; }

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

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

background-color css

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

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

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

border-color css

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

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

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