Html Css Color HEX #DA610B Tenne (Tawny)

📋 copy color: '#DA610B'

red 218 ◦ green 97 ◦ blue 11

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

Shades of Tenne (Tawny) #DA610B

Tints of Tenne (Tawny) #DA610B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.75%

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

R = 66.87%
G = 29.75%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#DA610B (or 0xDA610B) is known color: Tenne (Tawny). HEX triplet: DA, 61 and 0B. RGB value is (218,97,11). Sum of RGB (Red+Green+Blue) = 218+97+11=326 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.87% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 11 (4.69% from 255 or 3.37% from 326); Max value from RGB is 218 - color contains mainly: red. Hex color #DA610B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA610B is #259EF4. Grayscale: #7B7B7B. Windows color (decimal): -2465525 or 745946. OLE color: 745946.

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

Color convert

RGB 218 97 11 -
CMYK 0 0.56 0.95 0.15
HSL 24.93º 0.9% 0.45% -
HSV(B) 24.93º 0.95% 0.85% -
XYZ 33.25 23.48 3.1 -
YUV 123.38 64.59 195.49 -
System Red Green Blue C M Y K H S L
Decimal 218 97 11 0 0.56 0.95 0.15 24.93 0.9 0.45
Hex DA 61 B 0 38 5F F 19 5A 2D
Octal 332 141 13 0 70 137 17 31 132 55
Binary 11011010 1100001 1011 0 111000 1011111 1111 11001 1011010 101101

Color Harmonies of #DA610B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA610B

Black with #DA610B

Text Example


Text Example

White with #DA610B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA610B; }

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

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

background-color css

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

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

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

border-color css

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

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

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