Html Css Color HEX #D04C07 Tenne (Tawny)

📋 copy color: '#D04C07'

red 208 ◦ green 76 ◦ blue 7

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

Shades of Tenne (Tawny) #D04C07

Tints of Tenne (Tawny) #D04C07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.41%

R = 71.48%
G = 26.12%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D04C07 (or 0xD04C07) is known color: Tenne (Tawny). HEX triplet: D0, 4C and 07. RGB value is (208,76,7). Sum of RGB (Red+Green+Blue) = 208+76+7=291 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.48% from 291); Green value is 76 (30.08% from 255 or 26.12% from 291); Blue value is 7 (3.12% from 255 or 2.41% from 291); Max value from RGB is 208 - color contains mainly: red. Hex color #D04C07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04C07 is #2FB3F8. Grayscale: #6C6C6C. Windows color (decimal): -3126265 or 478416. OLE color: 478416.

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

Color convert

RGB 208 76 7 -
CMYK 0 0.63 0.97 0.18
HSL 20.6º 0.93% 0.42% -
HSV(B) 20.6º 0.97% 0.82% -
XYZ 28.64 18.59 2.28 -
YUV 107.6 71.23 199.61 -
System Red Green Blue C M Y K H S L
Decimal 208 76 7 0 0.63 0.97 0.18 20.6 0.93 0.42
Hex D0 4C 7 0 3F 61 12 15 5D 2A
Octal 320 114 7 0 77 141 22 25 135 52
Binary 11010000 1001100 111 0 111111 1100001 10010 10101 1011101 101010

Color Harmonies of #D04C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04C07

Black with #D04C07

Text Example


Text Example

White with #D04C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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