Html Css Color HEX #DA5101 Tenne (Tawny)

📋 copy color: '#DA5101'

red 218 ◦ green 81 ◦ blue 1

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

Shades of Tenne (Tawny) #DA5101

Tints of Tenne (Tawny) #DA5101

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27%

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 72.67%
G = 27%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#DA5101 (or 0xDA5101) is known color: Tenne (Tawny). HEX triplet: DA, 51 and 01. RGB value is (218,81,1). Sum of RGB (Red+Green+Blue) = 218+81+1=300 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.67% from 300); Green value is 81 (32.03% from 255 or 27% from 300); Blue value is 1 (0.78% from 255 or 0.33% from 300); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5101 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5101 is #25AEFE. Grayscale: #717171. Windows color (decimal): -2469631 or 86490. OLE color: 86490.

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

Color convert

RGB 218 81 1 -
CMYK 0 0.63 1.00 0.15
HSL 22.12º 0.99% 0.43% -
HSV(B) 22.12º 1% 0.85% -
XYZ 31.86 20.79 2.36 -
YUV 112.84 64.89 203 -
System Red Green Blue C M Y K H S L
Decimal 218 81 1 0 0.63 1.00 0.15 22.12 0.99 0.43
Hex DA 51 1 0 3F 64 F 16 63 2B
Octal 332 121 1 0 77 144 17 26 143 53
Binary 11011010 1010001 1 0 111111 1100100 1111 10110 1100011 101011

Color Harmonies of #DA5101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5101

Black with #DA5101

Text Example


Text Example

White with #DA5101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5101; }

 p { color: rgb(218,81,1); }

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

background-color css

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

 a { background-color: rgb(218,81,1); }

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

border-color css

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

 span { border-color: rgb(218,81,1); }

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