Html Css Color HEX #D4580A Tenne (Tawny)

📋 copy color: '#D4580A'

red 212 ◦ green 88 ◦ blue 10

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

Shades of Tenne (Tawny) #D4580A

Tints of Tenne (Tawny) #D4580A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.39%

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

R = 68.39%
G = 28.39%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.17

RGB Variations

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

Color information

#D4580A (or 0xD4580A) is known color: Tenne (Tawny). HEX triplet: D4, 58 and 0A. RGB value is (212,88,10). Sum of RGB (Red+Green+Blue) = 212+88+10=310 (41% of max value = 765). Red value is 212 (83.20% from 255 or 68.39% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 10 (4.30% from 255 or 3.23% from 310); Max value from RGB is 212 - color contains mainly: red. Hex color #D4580A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D4580A is #2BA7F5. Grayscale: #747474. Windows color (decimal): -2861046 or 678100. OLE color: 678100.

HSL color Cylindrical-coordinate representation of color #D4580A: hue angle of 23.17º 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 #D4580A is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 88 10 -
CMYK 0 0.58 0.95 0.17
HSL 23.17º 0.91% 0.44% -
HSV(B) 23.17º 0.95% 0.83% -
XYZ 30.7 21 2.72 -
YUV 116.18 68.08 196.34 -
System Red Green Blue C M Y K H S L
Decimal 212 88 10 0 0.58 0.95 0.17 23.17 0.91 0.44
Hex D4 58 A 0 3A 5F 11 17 5B 2C
Octal 324 130 12 0 72 137 21 27 133 54
Binary 11010100 1011000 1010 0 111010 1011111 10001 10111 1011011 101100

Color Harmonies of #D4580A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4580A

Black with #D4580A

Text Example


Text Example

White with #D4580A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4580A; }

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

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

background-color css

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

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

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

border-color css

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

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

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