Html Css Color HEX #D04400 Tenne (Tawny)

📋 copy color: '#D04400'

red 208 ◦ green 68 ◦ blue 0

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

Shades of Tenne (Tawny) #D04400

Tints of Tenne (Tawny) #D04400

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.64%

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

R = 75.36%
G = 24.64%
B = 0%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D04400 (or 0xD04400) is known color: Tenne (Tawny). HEX triplet: D0, 44 and 00. RGB value is (208,68,0). Sum of RGB (Red+Green+Blue) = 208+68+0=276 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.36% from 276); Green value is 68 (26.95% from 255 or 24.64% from 276); Blue value is 0 (0.39% from 255 or 0% from 276); Max value from RGB is 208 - color contains mainly: red. Hex color #D04400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04400 is #2FBBFF. Grayscale: #666666. Windows color (decimal): -3128320 or 17616. OLE color: 17616.

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

Color convert

RGB 208 68 0 -
CMYK 0 0.67 1 0.18
HSL 19.62º 1% 0.41% -
HSV(B) 19.62º 1% 0.82% -
XYZ 28.08 17.54 1.91 -
YUV 102.11 70.38 203.53 -
System Red Green Blue C M Y K H S L
Decimal 208 68 0 0 0.67 1 0.18 19.62 1 0.41
Hex D0 44 0 0 43 64 12 14 64 29
Octal 320 104 0 0 103 144 22 24 144 51
Binary 11010000 1000100 0 0 1000011 1100100 10010 10100 1100100 101001

Color Harmonies of #D04400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04400

Black with #D04400

Text Example


Text Example

White with #D04400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04400; }

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

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

background-color css

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

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

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

border-color css

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

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

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