Html Css Color HEX #D45605 Tenne (Tawny)

📋 copy color: '#D45605'

red 212 ◦ green 86 ◦ blue 5

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

Shades of Tenne (Tawny) #D45605

Tints of Tenne (Tawny) #D45605

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.38%

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

R = 69.97%
G = 28.38%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#D45605 (or 0xD45605) is known color: Tenne (Tawny). HEX triplet: D4, 56 and 05. RGB value is (212,86,5). Sum of RGB (Red+Green+Blue) = 212+86+5=303 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.97% from 303); Green value is 86 (33.98% from 255 or 28.38% from 303); Blue value is 5 (2.34% from 255 or 1.65% from 303); Max value from RGB is 212 - color contains mainly: red. Hex color #D45605 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45605 is #2BA9FA. Grayscale: #727272. Windows color (decimal): -2861563 or 349908. OLE color: 349908.

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

Color convert

RGB 212 86 5 -
CMYK 0 0.59 0.98 0.17
HSL 23.48º 0.95% 0.43% -
HSV(B) 23.48º 0.98% 0.83% -
XYZ 30.51 20.66 2.52 -
YUV 114.44 66.24 197.59 -
System Red Green Blue C M Y K H S L
Decimal 212 86 5 0 0.59 0.98 0.17 23.48 0.95 0.43
Hex D4 56 5 0 3B 62 11 17 5F 2B
Octal 324 126 5 0 73 142 21 27 137 53
Binary 11010100 1010110 101 0 111011 1100010 10001 10111 1011111 101011

Color Harmonies of #D45605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45605

Black with #D45605

Text Example


Text Example

White with #D45605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45605; }

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

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

background-color css

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

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

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

border-color css

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

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

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