Html Css Color HEX #DA4502 Tenne (Tawny)

📋 copy color: '#DA4502'

red 218 ◦ green 69 ◦ blue 2

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

Shades of Tenne (Tawny) #DA4502

Tints of Tenne (Tawny) #DA4502

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.88%

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

R = 75.43%
G = 23.88%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#DA4502 (or 0xDA4502) is known color: Tenne (Tawny). HEX triplet: DA, 45 and 02. RGB value is (218,69,2). Sum of RGB (Red+Green+Blue) = 218+69+2=289 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.43% from 289); Green value is 69 (27.34% from 255 or 23.88% from 289); Blue value is 2 (1.17% from 255 or 0.69% from 289); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4502 is #25BAFD. Grayscale: #6A6A6A. Windows color (decimal): -2472702 or 148954. OLE color: 148954.

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

Color convert

RGB 218 69 2 -
CMYK 0 0.68 0.99 0.15
HSL 18.61º 0.98% 0.43% -
HSV(B) 18.61º 0.99% 0.85% -
XYZ 31.05 19.17 2.12 -
YUV 105.91 69.36 207.95 -
System Red Green Blue C M Y K H S L
Decimal 218 69 2 0 0.68 0.99 0.15 18.61 0.98 0.43
Hex DA 45 2 0 44 63 F 13 62 2B
Octal 332 105 2 0 104 143 17 23 142 53
Binary 11011010 1000101 10 0 1000100 1100011 1111 10011 1100010 101011

Color Harmonies of #DA4502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4502

Black with #DA4502

Text Example


Text Example

White with #DA4502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4502; }

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

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

background-color css

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

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

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

border-color css

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

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

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