Html Css Color HEX #D04000 Tenne (Tawny)

📋 copy color: '#D04000'

red 208 ◦ green 64 ◦ blue 0

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

Shades of Tenne (Tawny) #D04000

Tints of Tenne (Tawny) #D04000

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.53%

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

R = 76.47%
G = 23.53%
B = 0%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D04000 (or 0xD04000) is known color: Tenne (Tawny). HEX triplet: D0, 40 and 00. RGB value is (208,64,0). Sum of RGB (Red+Green+Blue) = 208+64+0=272 (36% of max value = 765). Red value is 208 (81.64% from 255 or 76.47% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 208 - color contains mainly: red. Hex color #D04000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04000 is #2FBFFF. Grayscale: #646464. Windows color (decimal): -3129344 or 16592. OLE color: 16592.

HSL color Cylindrical-coordinate representation of color #D04000: hue angle of 18.46º 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 #D04000 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 64 0 -
CMYK 0 0.69 1 0.18
HSL 18.46º 1% 0.41% -
HSV(B) 18.46º 1% 0.82% -
XYZ 27.85 17.08 1.83 -
YUV 99.76 71.71 205.2 -
System Red Green Blue C M Y K H S L
Decimal 208 64 0 0 0.69 1 0.18 18.46 1 0.41
Hex D0 40 0 0 45 64 12 12 64 29
Octal 320 100 0 0 105 144 22 22 144 51
Binary 11010000 1000000 0 0 1000101 1100100 10010 10010 1100100 101001

Color Harmonies of #D04000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04000

Black with #D04000

Text Example


Text Example

White with #D04000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04000; }

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

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

background-color css

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

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

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

border-color css

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

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

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