Html Css Color HEX #DA5702 Tenne (Tawny)

📋 copy color: '#DA5702'

red 218 ◦ green 87 ◦ blue 2

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

Shades of Tenne (Tawny) #DA5702

Tints of Tenne (Tawny) #DA5702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.65%

R = 71.01%
G = 28.34%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#DA5702 (or 0xDA5702) is known color: Tenne (Tawny). HEX triplet: DA, 57 and 02. RGB value is (218,87,2). Sum of RGB (Red+Green+Blue) = 218+87+2=307 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.01% from 307); Green value is 87 (34.38% from 255 or 28.34% from 307); Blue value is 2 (1.17% from 255 or 0.65% from 307); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5702 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5702 is #25A8FD. Grayscale: #747474. Windows color (decimal): -2468094 or 153562. OLE color: 153562.

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

Color convert

RGB 218 87 2 -
CMYK 0 0.60 0.99 0.15
HSL 23.61º 0.98% 0.43% -
HSV(B) 23.61º 0.99% 0.85% -
XYZ 32.33 21.73 2.55 -
YUV 116.48 63.4 200.41 -
System Red Green Blue C M Y K H S L
Decimal 218 87 2 0 0.60 0.99 0.15 23.61 0.98 0.43
Hex DA 57 2 0 3C 63 F 18 62 2B
Octal 332 127 2 0 74 143 17 30 142 53
Binary 11011010 1010111 10 0 111100 1100011 1111 11000 1100010 101011

Color Harmonies of #DA5702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5702

Black with #DA5702

Text Example


Text Example

White with #DA5702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5702; }

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

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

background-color css

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

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

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

border-color css

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

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

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