Html Css Color HEX #D56400 Tenne (Tawny)

📋 copy color: '#D56400'

red 213 ◦ green 100 ◦ blue 0

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

Shades of Tenne (Tawny) #D56400

Tints of Tenne (Tawny) #D56400

RGB

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

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

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

R = 68.05%
G = 31.95%
B = 0%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D56400 (or 0xD56400) is known color: Tenne (Tawny). HEX triplet: D5, 64 and 00. RGB value is (213,100,0). Sum of RGB (Red+Green+Blue) = 213+100+0=313 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.05% from 313); Green value is 100 (39.45% from 255 or 31.95% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 213 - color contains mainly: red. Hex color #D56400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56400 is #2A9BFF. Grayscale: #7A7A7A. Windows color (decimal): -2792448 or 25813. OLE color: 25813.

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

Color convert

RGB 213 100 0 -
CMYK 0 0.53 1 0.16
HSL 28.17º 1% 0.42% -
HSV(B) 28.17º 1% 0.84% -
XYZ 32 23.26 2.8 -
YUV 122.39 58.94 192.63 -
System Red Green Blue C M Y K H S L
Decimal 213 100 0 0 0.53 1 0.16 28.17 1 0.42
Hex D5 64 0 0 35 64 10 1C 64 2A
Octal 325 144 0 0 65 144 20 34 144 52
Binary 11010101 1100100 0 0 110101 1100100 10000 11100 1100100 101010

Color Harmonies of #D56400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56400

Black with #D56400

Text Example


Text Example

White with #D56400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56400; }

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

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

background-color css

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

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

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

border-color css

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

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

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