Html Css Color HEX #DA4B0E Tenne (Tawny)

📋 copy color: '#DA4B0E'

red 218 ◦ green 75 ◦ blue 14

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

Shades of Tenne (Tawny) #DA4B0E

Tints of Tenne (Tawny) #DA4B0E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.43%

 BLUE value IS 14 (5.86% from 255) = 4.56%

R = 71.01%
G = 24.43%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA4B0E (or 0xDA4B0E) is known color: Tenne (Tawny). HEX triplet: DA, 4B and 0E. RGB value is (218,75,14). Sum of RGB (Red+Green+Blue) = 218+75+14=307 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.01% from 307); Green value is 75 (29.69% from 255 or 24.43% from 307); Blue value is 14 (5.86% from 255 or 4.56% from 307); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4B0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4B0E is #25B4F1. Grayscale: #6F6F6F. Windows color (decimal): -2471154 or 936922. OLE color: 936922.

HSL color Cylindrical-coordinate representation of color #DA4B0E: hue angle of 17.94º degrees, saturation: 0.88, 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 #DA4B0E is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 75 14 -
CMYK 0 0.66 0.94 0.15
HSL 17.94º 0.88% 0.45% -
HSV(B) 17.94º 0.94% 0.85% -
XYZ 31.51 19.97 2.61 -
YUV 110.8 73.38 204.46 -
System Red Green Blue C M Y K H S L
Decimal 218 75 14 0 0.66 0.94 0.15 17.94 0.88 0.45
Hex DA 4B E 0 42 5E F 12 58 2D
Octal 332 113 16 0 102 136 17 22 130 55
Binary 11011010 1001011 1110 0 1000010 1011110 1111 10010 1011000 101101

Color Harmonies of #DA4B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4B0E

Black with #DA4B0E

Text Example


Text Example

White with #DA4B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4B0E; }

 p { color: rgb(218,75,14); }

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

background-color css

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

 a { background-color: rgb(218,75,14); }

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

border-color css

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

 span { border-color: rgb(218,75,14); }

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