Html Css Color HEX #DA5A0B Tenne (Tawny)

📋 copy color: '#DA5A0B'

red 218 ◦ green 90 ◦ blue 11

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

Shades of Tenne (Tawny) #DA5A0B

Tints of Tenne (Tawny) #DA5A0B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.21%

 BLUE value IS 11 (4.69% from 255) = 3.45%

R = 68.34%
G = 28.21%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#DA5A0B (or 0xDA5A0B) is known color: Tenne (Tawny). HEX triplet: DA, 5A and 0B. RGB value is (218,90,11). Sum of RGB (Red+Green+Blue) = 218+90+11=319 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.34% from 319); Green value is 90 (35.55% from 255 or 28.21% from 319); Blue value is 11 (4.69% from 255 or 3.45% from 319); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5A0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5A0B is #25A5F4. Grayscale: #777777. Windows color (decimal): -2467317 or 744154. OLE color: 744154.

HSL color Cylindrical-coordinate representation of color #DA5A0B: hue angle of 22.9º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA5A0B is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 90 11 -
CMYK 0 0.59 0.95 0.15
HSL 22.9º 0.9% 0.45% -
HSV(B) 22.9º 0.95% 0.85% -
XYZ 32.63 22.24 2.89 -
YUV 119.27 66.91 198.42 -
System Red Green Blue C M Y K H S L
Decimal 218 90 11 0 0.59 0.95 0.15 22.9 0.9 0.45
Hex DA 5A B 0 3B 5F F 17 5A 2D
Octal 332 132 13 0 73 137 17 27 132 55
Binary 11011010 1011010 1011 0 111011 1011111 1111 10111 1011010 101101

Color Harmonies of #DA5A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5A0B

Black with #DA5A0B

Text Example


Text Example

White with #DA5A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5A0B; }

 p { color: rgb(218,90,11); }

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

background-color css

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

 a { background-color: rgb(218,90,11); }

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

border-color css

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

 span { border-color: rgb(218,90,11); }

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