Html Css Color HEX #D04C0F Tenne (Tawny)

📋 copy color: '#D04C0F'

red 208 ◦ green 76 ◦ blue 15

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

Shades of Tenne (Tawny) #D04C0F

Tints of Tenne (Tawny) #D04C0F

RGB

 RED value IS 208 (81.64% from 255) = 69.57%

 GREEN value IS 76 (30.08% from 255) = 25.42%

 BLUE value IS 15 (6.25% from 255) = 5.02%

R = 69.57%
G = 25.42%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D04C0F (or 0xD04C0F) is known color: Tenne (Tawny). HEX triplet: D0, 4C and 0F. RGB value is (208,76,15). Sum of RGB (Red+Green+Blue) = 208+76+15=299 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.57% from 299); Green value is 76 (30.08% from 255 or 25.42% from 299); Blue value is 15 (6.25% from 255 or 5.02% from 299); Max value from RGB is 208 - color contains mainly: red. Hex color #D04C0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04C0F is #2FB3F0. Grayscale: #6C6C6C. Windows color (decimal): -3126257 or 1002704. OLE color: 1002704.

HSL color Cylindrical-coordinate representation of color #D04C0F: hue angle of 18.96º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D04C0F is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 76 15 -
CMYK 0 0.63 0.93 0.18
HSL 18.96º 0.87% 0.44% -
HSV(B) 18.96º 0.93% 0.82% -
XYZ 28.68 18.61 2.53 -
YUV 108.51 75.23 198.96 -
System Red Green Blue C M Y K H S L
Decimal 208 76 15 0 0.63 0.93 0.18 18.96 0.87 0.44
Hex D0 4C F 0 3F 5D 12 13 57 2C
Octal 320 114 17 0 77 135 22 23 127 54
Binary 11010000 1001100 1111 0 111111 1011101 10010 10011 1010111 101100

Color Harmonies of #D04C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04C0F

Black with #D04C0F

Text Example


Text Example

White with #D04C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04C0F; }

 p { color: rgb(208,76,15); }

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

background-color css

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

 a { background-color: rgb(208,76,15); }

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

border-color css

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

 span { border-color: rgb(208,76,15); }

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