Html Css Color HEX #DA5701 Tenne (Tawny)

📋 copy color: '#DA5701'

red 218 ◦ green 87 ◦ blue 1

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

Shades of Tenne (Tawny) #DA5701

Tints of Tenne (Tawny) #DA5701

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.43%

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

R = 71.24%
G = 28.43%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#DA5701 (or 0xDA5701) is known color: Tenne (Tawny). HEX triplet: DA, 57 and 01. RGB value is (218,87,1). Sum of RGB (Red+Green+Blue) = 218+87+1=306 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.24% from 306); Green value is 87 (34.38% from 255 or 28.43% from 306); Blue value is 1 (0.78% from 255 or 0.33% from 306); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5701 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5701 is #25A8FE. Grayscale: #747474. Windows color (decimal): -2468095 or 88026. OLE color: 88026.

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

Color convert

RGB 218 87 1 -
CMYK 0 0.60 1.00 0.15
HSL 23.78º 0.99% 0.43% -
HSV(B) 23.78º 1% 0.85% -
XYZ 32.33 21.72 2.52 -
YUV 116.37 62.9 200.49 -
System Red Green Blue C M Y K H S L
Decimal 218 87 1 0 0.60 1.00 0.15 23.78 0.99 0.43
Hex DA 57 1 0 3C 64 F 18 63 2B
Octal 332 127 1 0 74 144 17 30 143 53
Binary 11011010 1010111 1 0 111100 1100100 1111 11000 1100011 101011

Color Harmonies of #DA5701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5701

Black with #DA5701

Text Example


Text Example

White with #DA5701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5701; }

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

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

background-color css

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

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

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

border-color css

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

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

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