Html Css Color HEX #D0540F Tenne (Tawny)

📋 copy color: '#D0540F'

red 208 ◦ green 84 ◦ blue 15

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

Shades of Tenne (Tawny) #D0540F

Tints of Tenne (Tawny) #D0540F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.36%

 BLUE value IS 15 (6.25% from 255) = 4.89%

R = 67.75%
G = 27.36%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D0540F (or 0xD0540F) is known color: Tenne (Tawny). HEX triplet: D0, 54 and 0F. RGB value is (208,84,15). Sum of RGB (Red+Green+Blue) = 208+84+15=307 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.75% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 15 (6.25% from 255 or 4.89% from 307); Max value from RGB is 208 - color contains mainly: red. Hex color #D0540F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D0540F is #2FABF0. Grayscale: #717171. Windows color (decimal): -3124209 or 1004752. OLE color: 1004752.

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

Color convert

RGB 208 84 15 -
CMYK 0 0.60 0.93 0.18
HSL 21.45º 0.87% 0.44% -
HSV(B) 21.45º 0.93% 0.82% -
XYZ 29.27 19.79 2.73 -
YUV 113.21 72.58 195.61 -
System Red Green Blue C M Y K H S L
Decimal 208 84 15 0 0.60 0.93 0.18 21.45 0.87 0.44
Hex D0 54 F 0 3C 5D 12 15 57 2C
Octal 320 124 17 0 74 135 22 25 127 54
Binary 11010000 1010100 1111 0 111100 1011101 10010 10101 1010111 101100

Color Harmonies of #D0540F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0540F

Black with #D0540F

Text Example


Text Example

White with #D0540F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0540F; }

 p { color: rgb(208,84,15); }

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

background-color css

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

 a { background-color: rgb(208,84,15); }

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

border-color css

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

 span { border-color: rgb(208,84,15); }

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