Html Css Color HEX #D04600 Tenne (Tawny)

📋 copy color: '#D04600'

red 208 ◦ green 70 ◦ blue 0

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

Shades of Tenne (Tawny) #D04600

Tints of Tenne (Tawny) #D04600

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.18%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 74.82%
G = 25.18%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D04600 (or 0xD04600) is known color: Tenne (Tawny). HEX triplet: D0, 46 and 00. RGB value is (208,70,0). Sum of RGB (Red+Green+Blue) = 208+70+0=278 (36% of max value = 765). Red value is 208 (81.64% from 255 or 74.82% from 278); Green value is 70 (27.73% from 255 or 25.18% from 278); Blue value is 0 (0.39% from 255 or 0% from 278); Max value from RGB is 208 - color contains mainly: red. Hex color #D04600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04600 is #2FB9FF. Grayscale: #676767. Windows color (decimal): -3127808 or 18128. OLE color: 18128.

HSL color Cylindrical-coordinate representation of color #D04600: hue angle of 20.19º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D04600 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 70 0 -
CMYK 0 0.66 1 0.18
HSL 20.19º 1% 0.41% -
HSV(B) 20.19º 1% 0.82% -
XYZ 28.2 17.79 1.95 -
YUV 103.28 69.72 202.69 -
System Red Green Blue C M Y K H S L
Decimal 208 70 0 0 0.66 1 0.18 20.19 1 0.41
Hex D0 46 0 0 42 64 12 14 64 29
Octal 320 106 0 0 102 144 22 24 144 51
Binary 11010000 1000110 0 0 1000010 1100100 10010 10100 1100100 101001

Color Harmonies of #D04600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04600

Black with #D04600

Text Example


Text Example

White with #D04600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04600; }

 p { color: rgb(208,70,0); }

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

background-color css

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

 a { background-color: rgb(208,70,0); }

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

border-color css

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

 span { border-color: rgb(208,70,0); }

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