Html Css Color HEX #DA5312 Tenne (Tawny)

📋 copy color: '#DA5312'

red 218 ◦ green 83 ◦ blue 18

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

Shades of Tenne (Tawny) #DA5312

Tints of Tenne (Tawny) #DA5312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.64%

R = 68.34%
G = 26.02%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DA5312 (or 0xDA5312) is known color: Tenne (Tawny). HEX triplet: DA, 53 and 12. RGB value is (218,83,18). Sum of RGB (Red+Green+Blue) = 218+83+18=319 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.34% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 18 (7.42% from 255 or 5.64% from 319); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5312 is #25ACED. Grayscale: #747474. Windows color (decimal): -2469102 or 1201114. OLE color: 1201114.

HSL color Cylindrical-coordinate representation of color #DA5312: hue angle of 19.5º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA5312 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 83 18 -
CMYK 0 0.62 0.92 0.15
HSL 19.5º 0.85% 0.46% -
HSV(B) 19.5º 0.92% 0.85% -
XYZ 32.12 21.14 2.96 -
YUV 115.96 72.73 200.79 -
System Red Green Blue C M Y K H S L
Decimal 218 83 18 0 0.62 0.92 0.15 19.5 0.85 0.46
Hex DA 53 12 0 3E 5C F 14 55 2E
Octal 332 123 22 0 76 134 17 24 125 56
Binary 11011010 1010011 10010 0 111110 1011100 1111 10100 1010101 101110

Color Harmonies of #DA5312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5312

Black with #DA5312

Text Example


Text Example

White with #DA5312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5312; }

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

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

background-color css

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

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

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

border-color css

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

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

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