Html Css Color HEX #DA5302 Tenne (Tawny)

📋 copy color: '#DA5302'

red 218 ◦ green 83 ◦ blue 2

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

Shades of Tenne (Tawny) #DA5302

Tints of Tenne (Tawny) #DA5302

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.39%

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

R = 71.95%
G = 27.39%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#DA5302 (or 0xDA5302) is known color: Tenne (Tawny). HEX triplet: DA, 53 and 02. RGB value is (218,83,2). Sum of RGB (Red+Green+Blue) = 218+83+2=303 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.95% from 303); Green value is 83 (32.81% from 255 or 27.39% from 303); Blue value is 2 (1.17% from 255 or 0.66% from 303); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5302 is #25ACFD. Grayscale: #727272. Windows color (decimal): -2469118 or 152538. OLE color: 152538.

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

Color convert

RGB 218 83 2 -
CMYK 0 0.62 0.99 0.15
HSL 22.5º 0.98% 0.43% -
HSV(B) 22.5º 0.99% 0.85% -
XYZ 32.02 21.1 2.44 -
YUV 114.13 64.73 202.09 -
System Red Green Blue C M Y K H S L
Decimal 218 83 2 0 0.62 0.99 0.15 22.5 0.98 0.43
Hex DA 53 2 0 3E 63 F 16 62 2B
Octal 332 123 2 0 76 143 17 26 142 53
Binary 11011010 1010011 10 0 111110 1100011 1111 10110 1100010 101011

Color Harmonies of #DA5302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5302

Black with #DA5302

Text Example


Text Example

White with #DA5302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5302; }

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

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

background-color css

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

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

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

border-color css

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

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

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