Html Css Color HEX #D04A00 Tenne (Tawny)

📋 copy color: '#D04A00'

red 208 ◦ green 74 ◦ blue 0

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

Shades of Tenne (Tawny) #D04A00

Tints of Tenne (Tawny) #D04A00

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.24%

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

R = 73.76%
G = 26.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D04A00 (or 0xD04A00) is known color: Tenne (Tawny). HEX triplet: D0, 4A and 00. RGB value is (208,74,0). Sum of RGB (Red+Green+Blue) = 208+74+0=282 (37% of max value = 765). Red value is 208 (81.64% from 255 or 73.76% from 282); Green value is 74 (29.30% from 255 or 26.24% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 208 - color contains mainly: red. Hex color #D04A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04A00 is #2FB5FF. Grayscale: #6A6A6A. Windows color (decimal): -3126784 or 19152. OLE color: 19152.

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

Color convert

RGB 208 74 0 -
CMYK 0 0.64 1 0.18
HSL 21.35º 1% 0.41% -
HSV(B) 21.35º 1% 0.82% -
XYZ 28.46 18.31 2.03 -
YUV 105.63 68.39 201.02 -
System Red Green Blue C M Y K H S L
Decimal 208 74 0 0 0.64 1 0.18 21.35 1 0.41
Hex D0 4A 0 0 40 64 12 15 64 29
Octal 320 112 0 0 100 144 22 25 144 51
Binary 11010000 1001010 0 0 1000000 1100100 10010 10101 1100100 101001

Color Harmonies of #D04A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04A00

Black with #D04A00

Text Example


Text Example

White with #D04A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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