Html Css Color HEX #DA460B Tenne (Tawny)

📋 copy color: '#DA460B'

red 218 ◦ green 70 ◦ blue 11

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

Shades of Tenne (Tawny) #DA460B

Tints of Tenne (Tawny) #DA460B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.41%

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

R = 72.91%
G = 23.41%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#DA460B (or 0xDA460B) is known color: Tenne (Tawny). HEX triplet: DA, 46 and 0B. RGB value is (218,70,11). Sum of RGB (Red+Green+Blue) = 218+70+11=299 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.91% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 11 (4.69% from 255 or 3.68% from 299); Max value from RGB is 218 - color contains mainly: red. Hex color #DA460B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA460B is #25B9F4. Grayscale: #6B6B6B. Windows color (decimal): -2472437 or 739034. OLE color: 739034.

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

Color convert

RGB 218 70 11 -
CMYK 0 0.68 0.95 0.15
HSL 17.1º 0.9% 0.45% -
HSV(B) 17.1º 0.95% 0.85% -
XYZ 31.16 19.31 2.4 -
YUV 107.53 73.53 206.8 -
System Red Green Blue C M Y K H S L
Decimal 218 70 11 0 0.68 0.95 0.15 17.1 0.9 0.45
Hex DA 46 B 0 44 5F F 11 5A 2D
Octal 332 106 13 0 104 137 17 21 132 55
Binary 11011010 1000110 1011 0 1000100 1011111 1111 10001 1011010 101101

Color Harmonies of #DA460B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA460B

Black with #DA460B

Text Example


Text Example

White with #DA460B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA460B; }

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

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

background-color css

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

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

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

border-color css

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

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

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