Html Css Color HEX #D4560A Tenne (Tawny)

📋 copy color: '#D4560A'

red 212 ◦ green 86 ◦ blue 10

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

Shades of Tenne (Tawny) #D4560A

Tints of Tenne (Tawny) #D4560A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.25%

R = 68.83%
G = 27.92%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.17

RGB Variations

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

Color information

#D4560A (or 0xD4560A) is known color: Tenne (Tawny). HEX triplet: D4, 56 and 0A. RGB value is (212,86,10). Sum of RGB (Red+Green+Blue) = 212+86+10=308 (40% of max value = 765). Red value is 212 (83.20% from 255 or 68.83% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 10 (4.30% from 255 or 3.25% from 308); Max value from RGB is 212 - color contains mainly: red. Hex color #D4560A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D4560A is #2BA9F5. Grayscale: #737373. Windows color (decimal): -2861558 or 677588. OLE color: 677588.

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

Color convert

RGB 212 86 10 -
CMYK 0 0.59 0.95 0.17
HSL 22.57º 0.91% 0.44% -
HSV(B) 22.57º 0.95% 0.83% -
XYZ 30.53 20.67 2.67 -
YUV 115.01 68.74 197.18 -
System Red Green Blue C M Y K H S L
Decimal 212 86 10 0 0.59 0.95 0.17 22.57 0.91 0.44
Hex D4 56 A 0 3B 5F 11 17 5B 2C
Octal 324 126 12 0 73 137 21 27 133 54
Binary 11010100 1010110 1010 0 111011 1011111 10001 10111 1011011 101100

Color Harmonies of #D4560A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4560A

Black with #D4560A

Text Example


Text Example

White with #D4560A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4560A; }

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

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

background-color css

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

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

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

border-color css

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

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

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