Html Css Color HEX #D45514 Tenne (Tawny)

📋 copy color: '#D45514'

red 212 ◦ green 85 ◦ blue 20

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

Shades of Tenne (Tawny) #D45514

Tints of Tenne (Tawny) #D45514

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.81%

 BLUE value IS 20 (8.2% from 255) = 6.31%

R = 66.88%
G = 26.81%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D45514 (or 0xD45514) is known color: Tenne (Tawny). HEX triplet: D4, 55 and 14. RGB value is (212,85,20). Sum of RGB (Red+Green+Blue) = 212+85+20=317 (41% of max value = 765). Red value is 212 (83.20% from 255 or 66.88% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 20 (8.20% from 255 or 6.31% from 317); Max value from RGB is 212 - color contains mainly: red. Hex color #D45514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45514 is #2BAAEB. Grayscale: #737373. Windows color (decimal): -2861804 or 1332692. OLE color: 1332692.

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

Color convert

RGB 212 85 20 -
CMYK 0 0.60 0.91 0.17
HSL 20.31º 0.83% 0.45% -
HSV(B) 20.31º 0.91% 0.83% -
XYZ 30.53 20.54 3.02 -
YUV 115.56 74.08 196.79 -
System Red Green Blue C M Y K H S L
Decimal 212 85 20 0 0.60 0.91 0.17 20.31 0.83 0.45
Hex D4 55 14 0 3C 5B 11 14 53 2D
Octal 324 125 24 0 74 133 21 24 123 55
Binary 11010100 1010101 10100 0 111100 1011011 10001 10100 1010011 101101

Color Harmonies of #D45514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45514

Black with #D45514

Text Example


Text Example

White with #D45514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45514; }

 p { color: rgb(212,85,20); }

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

background-color css

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

 a { background-color: rgb(212,85,20); }

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

border-color css

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

 span { border-color: rgb(212,85,20); }

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