Html Css Color HEX #D45610 Tenne (Tawny)

📋 copy color: '#D45610'

red 212 ◦ green 86 ◦ blue 16

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

Shades of Tenne (Tawny) #D45610

Tints of Tenne (Tawny) #D45610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.1%

R = 67.52%
G = 27.39%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D45610 (or 0xD45610) is known color: Tenne (Tawny). HEX triplet: D4, 56 and 10. RGB value is (212,86,16). Sum of RGB (Red+Green+Blue) = 212+86+16=314 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.52% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 16 (6.64% from 255 or 5.10% from 314); Max value from RGB is 212 - color contains mainly: red. Hex color #D45610 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45610 is #2BA9EF. Grayscale: #747474. Windows color (decimal): -2861552 or 1070804. OLE color: 1070804.

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

Color convert

RGB 212 86 16 -
CMYK 0 0.59 0.92 0.17
HSL 21.43º 0.86% 0.45% -
HSV(B) 21.43º 0.92% 0.83% -
XYZ 30.57 20.69 2.87 -
YUV 115.69 71.74 196.69 -
System Red Green Blue C M Y K H S L
Decimal 212 86 16 0 0.59 0.92 0.17 21.43 0.86 0.45
Hex D4 56 10 0 3B 5C 11 15 56 2D
Octal 324 126 20 0 73 134 21 25 126 55
Binary 11010100 1010110 10000 0 111011 1011100 10001 10101 1010110 101101

Color Harmonies of #D45610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45610

Black with #D45610

Text Example


Text Example

White with #D45610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45610; }

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

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

background-color css

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

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

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

border-color css

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

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

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