Html Css Color HEX #DA5D0D Tenne (Tawny)

📋 copy color: '#DA5D0D'

red 218 ◦ green 93 ◦ blue 13

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

Shades of Tenne (Tawny) #DA5D0D

Tints of Tenne (Tawny) #DA5D0D

RGB

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

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

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

R = 67.28%
G = 28.7%
B = 4.01%

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

#DA5D0D (or 0xDA5D0D) is known color: Tenne (Tawny). HEX triplet: DA, 5D and 0D. RGB value is (218,93,13). Sum of RGB (Red+Green+Blue) = 218+93+13=324 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.28% from 324); Green value is 93 (36.72% from 255 or 28.70% from 324); Blue value is 13 (5.47% from 255 or 4.01% from 324); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5D0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5D0D is #25A2F2. Grayscale: #797979. Windows color (decimal): -2466547 or 875994. OLE color: 875994.

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

Color convert

RGB 218 93 13 -
CMYK 0 0.57 0.94 0.15
HSL 23.41º 0.89% 0.45% -
HSV(B) 23.41º 0.94% 0.85% -
XYZ 32.9 22.76 3.04 -
YUV 121.26 66.91 197 -
System Red Green Blue C M Y K H S L
Decimal 218 93 13 0 0.57 0.94 0.15 23.41 0.89 0.45
Hex DA 5D D 0 39 5E F 17 59 2D
Octal 332 135 15 0 71 136 17 27 131 55
Binary 11011010 1011101 1101 0 111001 1011110 1111 10111 1011001 101101

Color Harmonies of #DA5D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5D0D

Black with #DA5D0D

Text Example


Text Example

White with #DA5D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5D0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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