Html Css Color HEX #D56401 Tenne (Tawny)

📋 copy color: '#D56401'

red 213 ◦ green 100 ◦ blue 1

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

Shades of Tenne (Tawny) #D56401

Tints of Tenne (Tawny) #D56401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 67.83%
G = 31.85%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D56401 (or 0xD56401) is known color: Tenne (Tawny). HEX triplet: D5, 64 and 01. RGB value is (213,100,1). Sum of RGB (Red+Green+Blue) = 213+100+1=314 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.83% from 314); Green value is 100 (39.45% from 255 or 31.85% from 314); Blue value is 1 (0.78% from 255 or 0.32% from 314); Max value from RGB is 213 - color contains mainly: red. Hex color #D56401 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56401 is #2A9BFE. Grayscale: #7B7B7B. Windows color (decimal): -2792447 or 91349. OLE color: 91349.

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

Color convert

RGB 213 100 1 -
CMYK 0 0.53 1.00 0.16
HSL 28.02º 0.99% 0.42% -
HSV(B) 28.02º 1% 0.84% -
XYZ 32 23.26 2.83 -
YUV 122.5 59.44 192.55 -
System Red Green Blue C M Y K H S L
Decimal 213 100 1 0 0.53 1.00 0.16 28.02 0.99 0.42
Hex D5 64 1 0 35 64 10 1C 63 2A
Octal 325 144 1 0 65 144 20 34 143 52
Binary 11010101 1100100 1 0 110101 1100100 10000 11100 1100011 101010

Color Harmonies of #D56401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56401

Black with #D56401

Text Example


Text Example

White with #D56401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56401; }

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

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

background-color css

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

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

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

border-color css

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

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

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