Html Css Color HEX #D45812 Tenne (Tawny)

📋 copy color: '#D45812'

red 212 ◦ green 88 ◦ blue 18

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

Shades of Tenne (Tawny) #D45812

Tints of Tenne (Tawny) #D45812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.66%

R = 66.67%
G = 27.67%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D45812 (or 0xD45812) is known color: Tenne (Tawny). HEX triplet: D4, 58 and 12. RGB value is (212,88,18). Sum of RGB (Red+Green+Blue) = 212+88+18=318 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.67% from 318); Green value is 88 (34.77% from 255 or 27.67% from 318); Blue value is 18 (7.42% from 255 or 5.66% from 318); Max value from RGB is 212 - color contains mainly: red. Hex color #D45812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45812 is #2BA7ED. Grayscale: #757575. Windows color (decimal): -2861038 or 1202388. OLE color: 1202388.

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

Color convert

RGB 212 88 18 -
CMYK 0 0.58 0.92 0.17
HSL 21.65º 0.84% 0.45% -
HSV(B) 21.65º 0.92% 0.83% -
XYZ 30.75 21.02 3.01 -
YUV 117.1 72.08 195.69 -
System Red Green Blue C M Y K H S L
Decimal 212 88 18 0 0.58 0.92 0.17 21.65 0.84 0.45
Hex D4 58 12 0 3A 5C 11 16 54 2D
Octal 324 130 22 0 72 134 21 26 124 55
Binary 11010100 1011000 10010 0 111010 1011100 10001 10110 1010100 101101

Color Harmonies of #D45812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45812

Black with #D45812

Text Example


Text Example

White with #D45812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45812; }

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

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

background-color css

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

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

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

border-color css

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

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

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