Html Css Color HEX #DA550D Tenne (Tawny)

📋 copy color: '#DA550D'

red 218 ◦ green 85 ◦ blue 13

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

Shades of Tenne (Tawny) #DA550D

Tints of Tenne (Tawny) #DA550D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.9%

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

R = 68.99%
G = 26.9%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA550D (or 0xDA550D) is known color: Tenne (Tawny). HEX triplet: DA, 55 and 0D. RGB value is (218,85,13). Sum of RGB (Red+Green+Blue) = 218+85+13=316 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.99% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 13 (5.47% from 255 or 4.11% from 316); Max value from RGB is 218 - color contains mainly: red. Hex color #DA550D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA550D is #25AAF2. Grayscale: #747474. Windows color (decimal): -2468595 or 873946. OLE color: 873946.

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

Color convert

RGB 218 85 13 -
CMYK 0 0.61 0.94 0.15
HSL 21.07º 0.89% 0.45% -
HSV(B) 21.07º 0.94% 0.85% -
XYZ 32.23 21.43 2.82 -
YUV 116.56 69.56 200.35 -
System Red Green Blue C M Y K H S L
Decimal 218 85 13 0 0.61 0.94 0.15 21.07 0.89 0.45
Hex DA 55 D 0 3D 5E F 15 59 2D
Octal 332 125 15 0 75 136 17 25 131 55
Binary 11011010 1010101 1101 0 111101 1011110 1111 10101 1011001 101101

Color Harmonies of #DA550D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA550D

Black with #DA550D

Text Example


Text Example

White with #DA550D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA550D; }

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

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

background-color css

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

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

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

border-color css

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

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

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