Html Css Color HEX #D04D15 Tenne (Tawny)

📋 copy color: '#D04D15'

red 208 ◦ green 77 ◦ blue 21

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

Shades of Tenne (Tawny) #D04D15

Tints of Tenne (Tawny) #D04D15

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.16%

 BLUE value IS 21 (8.59% from 255) = 6.86%

R = 67.97%
G = 25.16%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D04D15 (or 0xD04D15) is known color: Tenne (Tawny). HEX triplet: D0, 4D and 15. RGB value is (208,77,21). Sum of RGB (Red+Green+Blue) = 208+77+21=306 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.97% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 21 (8.59% from 255 or 6.86% from 306); Max value from RGB is 208 - color contains mainly: red. Hex color #D04D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D04D15 is #2FB2EA. Grayscale: #6E6E6E. Windows color (decimal): -3125995 or 1396176. OLE color: 1396176.

HSL color Cylindrical-coordinate representation of color #D04D15: hue angle of 17.97º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D04D15 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 77 21 -
CMYK 0 0.63 0.90 0.18
HSL 17.97º 0.82% 0.45% -
HSV(B) 17.97º 0.9% 0.82% -
XYZ 28.8 18.77 2.81 -
YUV 109.79 77.9 198.05 -
System Red Green Blue C M Y K H S L
Decimal 208 77 21 0 0.63 0.90 0.18 17.97 0.82 0.45
Hex D0 4D 15 0 3F 5A 12 12 52 2D
Octal 320 115 25 0 77 132 22 22 122 55
Binary 11010000 1001101 10101 0 111111 1011010 10010 10010 1010010 101101

Color Harmonies of #D04D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04D15

Black with #D04D15

Text Example


Text Example

White with #D04D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04D15; }

 p { color: rgb(208,77,21); }

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

background-color css

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

 a { background-color: rgb(208,77,21); }

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

border-color css

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

 span { border-color: rgb(208,77,21); }

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