Html Css Color HEX #DA480D Tenne (Tawny)

📋 copy color: '#DA480D'

red 218 ◦ green 72 ◦ blue 13

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

Shades of Tenne (Tawny) #DA480D

Tints of Tenne (Tawny) #DA480D

RGB

 RED value IS 218 (85.55% from 255) = 71.95%

 GREEN value IS 72 (28.52% from 255) = 23.76%

 BLUE value IS 13 (5.47% from 255) = 4.29%

R = 71.95%
G = 23.76%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA480D (or 0xDA480D) is known color: Tenne (Tawny). HEX triplet: DA, 48 and 0D. RGB value is (218,72,13). Sum of RGB (Red+Green+Blue) = 218+72+13=303 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.95% from 303); Green value is 72 (28.52% from 255 or 23.76% from 303); Blue value is 13 (5.47% from 255 or 4.29% from 303); Max value from RGB is 218 - color contains mainly: red. Hex color #DA480D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA480D is #25B7F2. Grayscale: #6D6D6D. Windows color (decimal): -2471923 or 870618. OLE color: 870618.

HSL color Cylindrical-coordinate representation of color #DA480D: hue angle of 17.27º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA480D is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 72 13 -
CMYK 0 0.67 0.94 0.15
HSL 17.27º 0.89% 0.45% -
HSV(B) 17.27º 0.94% 0.85% -
XYZ 31.3 19.57 2.51 -
YUV 108.93 73.87 205.8 -
System Red Green Blue C M Y K H S L
Decimal 218 72 13 0 0.67 0.94 0.15 17.27 0.89 0.45
Hex DA 48 D 0 43 5E F 11 59 2D
Octal 332 110 15 0 103 136 17 21 131 55
Binary 11011010 1001000 1101 0 1000011 1011110 1111 10001 1011001 101101

Color Harmonies of #DA480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA480D

Black with #DA480D

Text Example


Text Example

White with #DA480D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA480D; }

 p { color: rgb(218,72,13); }

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

background-color css

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

 a { background-color: rgb(218,72,13); }

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

border-color css

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

 span { border-color: rgb(218,72,13); }

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