Html Css Color HEX #D4560D Tenne (Tawny)

📋 copy color: '#D4560D'

red 212 ◦ green 86 ◦ blue 13

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

Shades of Tenne (Tawny) #D4560D

Tints of Tenne (Tawny) #D4560D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.65%

 BLUE value IS 13 (5.47% from 255) = 4.18%

R = 68.17%
G = 27.65%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D4560D (or 0xD4560D) is known color: Tenne (Tawny). HEX triplet: D4, 56 and 0D. RGB value is (212,86,13). Sum of RGB (Red+Green+Blue) = 212+86+13=311 (41% of max value = 765). Red value is 212 (83.20% from 255 or 68.17% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 13 (5.47% from 255 or 4.18% from 311); Max value from RGB is 212 - color contains mainly: red. Hex color #D4560D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D4560D is #2BA9F2. Grayscale: #737373. Windows color (decimal): -2861555 or 874196. OLE color: 874196.

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

Color convert

RGB 212 86 13 -
CMYK 0 0.59 0.94 0.17
HSL 22.01º 0.88% 0.44% -
HSV(B) 22.01º 0.94% 0.83% -
XYZ 30.55 20.68 2.76 -
YUV 115.35 70.24 196.94 -
System Red Green Blue C M Y K H S L
Decimal 212 86 13 0 0.59 0.94 0.17 22.01 0.88 0.44
Hex D4 56 D 0 3B 5E 11 16 58 2C
Octal 324 126 15 0 73 136 21 26 130 54
Binary 11010100 1010110 1101 0 111011 1011110 10001 10110 1011000 101100

Color Harmonies of #D4560D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4560D

Black with #D4560D

Text Example


Text Example

White with #D4560D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4560D; }

 p { color: rgb(212,86,13); }

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

background-color css

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

 a { background-color: rgb(212,86,13); }

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

border-color css

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

 span { border-color: rgb(212,86,13); }

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