Html Css Color HEX #D45C0C Tenne (Tawny)

📋 copy color: '#D45C0C'

red 212 ◦ green 92 ◦ blue 12

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

Shades of Tenne (Tawny) #D45C0C

Tints of Tenne (Tawny) #D45C0C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.11%

 BLUE value IS 12 (5.08% from 255) = 3.8%

R = 67.09%
G = 29.11%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D45C0C (or 0xD45C0C) is known color: Tenne (Tawny). HEX triplet: D4, 5C and 0C. RGB value is (212,92,12). Sum of RGB (Red+Green+Blue) = 212+92+12=316 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.09% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 12 (5.08% from 255 or 3.80% from 316); Max value from RGB is 212 - color contains mainly: red. Hex color #D45C0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45C0C is #2BA3F3. Grayscale: #777777. Windows color (decimal): -2860020 or 810196. OLE color: 810196.

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

Color convert

RGB 212 92 12 -
CMYK 0 0.57 0.94 0.17
HSL 24º 0.89% 0.44% -
HSV(B) 24º 0.94% 0.83% -
XYZ 31.04 21.68 2.9 -
YUV 118.76 67.76 194.5 -
System Red Green Blue C M Y K H S L
Decimal 212 92 12 0 0.57 0.94 0.17 24 0.89 0.44
Hex D4 5C C 0 39 5E 11 18 59 2C
Octal 324 134 14 0 71 136 21 30 131 54
Binary 11010100 1011100 1100 0 111001 1011110 10001 11000 1011001 101100

Color Harmonies of #D45C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45C0C

Black with #D45C0C

Text Example


Text Example

White with #D45C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45C0C; }

 p { color: rgb(212,92,12); }

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

background-color css

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

 a { background-color: rgb(212,92,12); }

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

border-color css

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

 span { border-color: rgb(212,92,12); }

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