Html Css Color HEX #D56800 Tenne (Tawny)

📋 copy color: '#D56800'

red 213 ◦ green 104 ◦ blue 0

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

Shades of Tenne (Tawny) #D56800

Tints of Tenne (Tawny) #D56800

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.81%

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

R = 67.19%
G = 32.81%
B = 0%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D56800 (or 0xD56800) is known color: Tenne (Tawny). HEX triplet: D5, 68 and 00. RGB value is (213,104,0). Sum of RGB (Red+Green+Blue) = 213+104+0=317 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.19% from 317); Green value is 104 (41.02% from 255 or 32.81% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 213 - color contains mainly: red. Hex color #D56800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56800 is #2A97FF. Grayscale: #7D7D7D. Windows color (decimal): -2791424 or 26837. OLE color: 26837.

HSL color Cylindrical-coordinate representation of color #D56800: hue angle of 29.3º 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 #D56800 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 104 0 -
CMYK 0 0.51 1 0.16
HSL 29.3º 1% 0.42% -
HSV(B) 29.3º 1% 0.84% -
XYZ 32.39 24.05 2.93 -
YUV 124.74 57.61 190.96 -
System Red Green Blue C M Y K H S L
Decimal 213 104 0 0 0.51 1 0.16 29.3 1 0.42
Hex D5 68 0 0 33 64 10 1D 64 2A
Octal 325 150 0 0 63 144 20 35 144 52
Binary 11010101 1101000 0 0 110011 1100100 10000 11101 1100100 101010

Color Harmonies of #D56800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56800

Black with #D56800

Text Example


Text Example

White with #D56800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56800; }

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

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

background-color css

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

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

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

border-color css

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

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

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