Html Css Color HEX #D04C15 Tenne (Tawny)

📋 copy color: '#D04C15'

red 208 ◦ green 76 ◦ blue 21

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

Shades of Tenne (Tawny) #D04C15

Tints of Tenne (Tawny) #D04C15

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.92%

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

R = 68.2%
G = 24.92%
B = 6.89%

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

#D04C15 (or 0xD04C15) is known color: Tenne (Tawny). HEX triplet: D0, 4C and 15. RGB value is (208,76,21). Sum of RGB (Red+Green+Blue) = 208+76+21=305 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.20% from 305); Green value is 76 (30.08% from 255 or 24.92% from 305); Blue value is 21 (8.59% from 255 or 6.89% from 305); Max value from RGB is 208 - color contains mainly: red. Hex color #D04C15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04C15 is #2FB3EA. Grayscale: #6D6D6D. Windows color (decimal): -3126251 or 1395920. OLE color: 1395920.

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

Color convert

RGB 208 76 21 -
CMYK 0 0.63 0.90 0.18
HSL 17.65º 0.82% 0.45% -
HSV(B) 17.65º 0.9% 0.82% -
XYZ 28.73 18.63 2.79 -
YUV 109.2 78.23 198.47 -
System Red Green Blue C M Y K H S L
Decimal 208 76 21 0 0.63 0.90 0.18 17.65 0.82 0.45
Hex D0 4C 15 0 3F 5A 12 12 52 2D
Octal 320 114 25 0 77 132 22 22 122 55
Binary 11010000 1001100 10101 0 111111 1011010 10010 10010 1010010 101101

Color Harmonies of #D04C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04C15

Black with #D04C15

Text Example


Text Example

White with #D04C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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