Html Css Color HEX #D56407 Tenne (Tawny)

📋 copy color: '#D56407'

red 213 ◦ green 100 ◦ blue 7

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

Shades of Tenne (Tawny) #D56407

Tints of Tenne (Tawny) #D56407

RGB

 RED value IS 213 (83.59% from 255) = 66.56%

 GREEN value IS 100 (39.45% from 255) = 31.25%

 BLUE value IS 7 (3.13% from 255) = 2.19%

R = 66.56%
G = 31.25%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D56407 (or 0xD56407) is known color: Tenne (Tawny). HEX triplet: D5, 64 and 07. RGB value is (213,100,7). Sum of RGB (Red+Green+Blue) = 213+100+7=320 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.56% from 320); Green value is 100 (39.45% from 255 or 31.25% from 320); Blue value is 7 (3.12% from 255 or 2.19% from 320); Max value from RGB is 213 - color contains mainly: red. Hex color #D56407 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56407 is #2A9BF8. Grayscale: #7B7B7B. Windows color (decimal): -2792441 or 484565. OLE color: 484565.

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

Color convert

RGB 213 100 7 -
CMYK 0 0.53 0.97 0.16
HSL 27.09º 0.94% 0.43% -
HSV(B) 27.09º 0.97% 0.84% -
XYZ 32.04 23.28 3.01 -
YUV 123.19 62.44 192.06 -
System Red Green Blue C M Y K H S L
Decimal 213 100 7 0 0.53 0.97 0.16 27.09 0.94 0.43
Hex D5 64 7 0 35 61 10 1B 5E 2B
Octal 325 144 7 0 65 141 20 33 136 53
Binary 11010101 1100100 111 0 110101 1100001 10000 11011 1011110 101011

Color Harmonies of #D56407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56407

Black with #D56407

Text Example


Text Example

White with #D56407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56407; }

 p { color: rgb(213,100,7); }

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

background-color css

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

 a { background-color: rgb(213,100,7); }

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

border-color css

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

 span { border-color: rgb(213,100,7); }

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