Html Css Color HEX #DA5503 Tenne (Tawny)

📋 copy color: '#DA5503'

red 218 ◦ green 85 ◦ blue 3

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

Shades of Tenne (Tawny) #DA5503

Tints of Tenne (Tawny) #DA5503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.98%

R = 71.24%
G = 27.78%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#DA5503 (or 0xDA5503) is known color: Tenne (Tawny). HEX triplet: DA, 55 and 03. RGB value is (218,85,3). Sum of RGB (Red+Green+Blue) = 218+85+3=306 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.24% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 3 (1.56% from 255 or 0.98% from 306); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5503 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5503 is #25AAFC. Grayscale: #737373. Windows color (decimal): -2468605 or 218586. OLE color: 218586.

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

Color convert

RGB 218 85 3 -
CMYK 0 0.61 0.99 0.15
HSL 22.88º 0.97% 0.43% -
HSV(B) 22.88º 0.99% 0.85% -
XYZ 32.18 21.41 2.52 -
YUV 115.42 64.56 201.17 -
System Red Green Blue C M Y K H S L
Decimal 218 85 3 0 0.61 0.99 0.15 22.88 0.97 0.43
Hex DA 55 3 0 3D 63 F 17 61 2B
Octal 332 125 3 0 75 143 17 27 141 53
Binary 11011010 1010101 11 0 111101 1100011 1111 10111 1100001 101011

Color Harmonies of #DA5503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5503

Black with #DA5503

Text Example


Text Example

White with #DA5503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5503; }

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

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

background-color css

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

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

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

border-color css

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

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

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