Html Css Color HEX #D45706 Tenne (Tawny)

📋 copy color: '#D45706'

red 212 ◦ green 87 ◦ blue 6

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

Shades of Tenne (Tawny) #D45706

Tints of Tenne (Tawny) #D45706

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.52%

 BLUE value IS 6 (2.73% from 255) = 1.97%

R = 69.51%
G = 28.52%
B = 1.97%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.97

 K value IS 0.17

RGB Variations

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

Color information

#D45706 (or 0xD45706) is known color: Tenne (Tawny). HEX triplet: D4, 57 and 06. RGB value is (212,87,6). Sum of RGB (Red+Green+Blue) = 212+87+6=305 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.51% from 305); Green value is 87 (34.38% from 255 or 28.52% from 305); Blue value is 6 (2.73% from 255 or 1.97% from 305); Max value from RGB is 212 - color contains mainly: red. Hex color #D45706 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45706 is #2BA8F9. Grayscale: #737373. Windows color (decimal): -2861306 or 415700. OLE color: 415700.

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

Color convert

RGB 212 87 6 -
CMYK 0 0.59 0.97 0.17
HSL 23.59º 0.94% 0.43% -
HSV(B) 23.59º 0.97% 0.83% -
XYZ 30.59 20.83 2.58 -
YUV 115.14 66.41 197.09 -
System Red Green Blue C M Y K H S L
Decimal 212 87 6 0 0.59 0.97 0.17 23.59 0.94 0.43
Hex D4 57 6 0 3B 61 11 18 5E 2B
Octal 324 127 6 0 73 141 21 30 136 53
Binary 11010100 1010111 110 0 111011 1100001 10001 11000 1011110 101011

Color Harmonies of #D45706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45706

Black with #D45706

Text Example


Text Example

White with #D45706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45706; }

 p { color: rgb(212,87,6); }

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

background-color css

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

 a { background-color: rgb(212,87,6); }

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

border-color css

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

 span { border-color: rgb(212,87,6); }

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