Html Css Color HEX #DA5D0E Tenne (Tawny)

📋 copy color: '#DA5D0E'

red 218 ◦ green 93 ◦ blue 14

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

Shades of Tenne (Tawny) #DA5D0E

Tints of Tenne (Tawny) #DA5D0E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.62%

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

R = 67.08%
G = 28.62%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA5D0E (or 0xDA5D0E) is known color: Tenne (Tawny). HEX triplet: DA, 5D and 0E. RGB value is (218,93,14). Sum of RGB (Red+Green+Blue) = 218+93+14=325 (43% of max value = 765). Red value is 218 (85.55% from 255 or 67.08% from 325); Green value is 93 (36.72% from 255 or 28.62% from 325); Blue value is 14 (5.86% from 255 or 4.31% from 325); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5D0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5D0E is #25A2F1. Grayscale: #797979. Windows color (decimal): -2466546 or 941530. OLE color: 941530.

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

Color convert

RGB 218 93 14 -
CMYK 0 0.57 0.94 0.15
HSL 23.24º 0.88% 0.45% -
HSV(B) 23.24º 0.94% 0.85% -
XYZ 32.91 22.77 3.08 -
YUV 121.37 67.41 196.92 -
System Red Green Blue C M Y K H S L
Decimal 218 93 14 0 0.57 0.94 0.15 23.24 0.88 0.45
Hex DA 5D E 0 39 5E F 17 58 2D
Octal 332 135 16 0 71 136 17 27 130 55
Binary 11011010 1011101 1110 0 111001 1011110 1111 10111 1011000 101101

Color Harmonies of #DA5D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5D0E

Black with #DA5D0E

Text Example


Text Example

White with #DA5D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5D0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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