Html Css Color HEX #DA550B Tenne (Tawny)

📋 copy color: '#DA550B'

red 218 ◦ green 85 ◦ blue 11

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

Shades of Tenne (Tawny) #DA550B

Tints of Tenne (Tawny) #DA550B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.5%

R = 69.43%
G = 27.07%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#DA550B (or 0xDA550B) is known color: Tenne (Tawny). HEX triplet: DA, 55 and 0B. RGB value is (218,85,11). Sum of RGB (Red+Green+Blue) = 218+85+11=314 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.43% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 11 (4.69% from 255 or 3.50% from 314); Max value from RGB is 218 - color contains mainly: red. Hex color #DA550B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA550B is #25AAF4. Grayscale: #747474. Windows color (decimal): -2468597 or 742874. OLE color: 742874.

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

Color convert

RGB 218 85 11 -
CMYK 0 0.61 0.95 0.15
HSL 21.45º 0.9% 0.45% -
HSV(B) 21.45º 0.95% 0.85% -
XYZ 32.22 21.43 2.75 -
YUV 116.33 68.56 200.52 -
System Red Green Blue C M Y K H S L
Decimal 218 85 11 0 0.61 0.95 0.15 21.45 0.9 0.45
Hex DA 55 B 0 3D 5F F 15 5A 2D
Octal 332 125 13 0 75 137 17 25 132 55
Binary 11011010 1010101 1011 0 111101 1011111 1111 10101 1011010 101101

Color Harmonies of #DA550B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA550B

Black with #DA550B

Text Example


Text Example

White with #DA550B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA550B; }

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

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

background-color css

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

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

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

border-color css

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

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

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