Html Css Color HEX #DA5402 Tenne (Tawny)

📋 copy color: '#DA5402'

red 218 ◦ green 84 ◦ blue 2

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

Shades of Tenne (Tawny) #DA5402

Tints of Tenne (Tawny) #DA5402

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.63%

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

R = 71.71%
G = 27.63%
B = 0.66%

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

#DA5402 (or 0xDA5402) is known color: Tenne (Tawny). HEX triplet: DA, 54 and 02. RGB value is (218,84,2). Sum of RGB (Red+Green+Blue) = 218+84+2=304 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.71% from 304); Green value is 84 (33.20% from 255 or 27.63% from 304); Blue value is 2 (1.17% from 255 or 0.66% from 304); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5402 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5402 is #25ABFD. Grayscale: #737373. Windows color (decimal): -2468862 or 152794. OLE color: 152794.

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

Color convert

RGB 218 84 2 -
CMYK 0 0.61 0.99 0.15
HSL 22.78º 0.98% 0.43% -
HSV(B) 22.78º 0.99% 0.85% -
XYZ 32.09 21.25 2.47 -
YUV 114.72 64.39 201.67 -
System Red Green Blue C M Y K H S L
Decimal 218 84 2 0 0.61 0.99 0.15 22.78 0.98 0.43
Hex DA 54 2 0 3D 63 F 17 62 2B
Octal 332 124 2 0 75 143 17 27 142 53
Binary 11011010 1010100 10 0 111101 1100011 1111 10111 1100010 101011

Color Harmonies of #DA5402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5402

Black with #DA5402

Text Example


Text Example

White with #DA5402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5402; }

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

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

background-color css

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

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

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

border-color css

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

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

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