Html Css Color HEX #DA610C Tenne (Tawny)

📋 copy color: '#DA610C'

red 218 ◦ green 97 ◦ blue 12

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

Shades of Tenne (Tawny) #DA610C

Tints of Tenne (Tawny) #DA610C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.67%

R = 66.67%
G = 29.66%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA610C (or 0xDA610C) is known color: Tenne (Tawny). HEX triplet: DA, 61 and 0C. RGB value is (218,97,12). Sum of RGB (Red+Green+Blue) = 218+97+12=327 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.67% from 327); Green value is 97 (38.28% from 255 or 29.66% from 327); Blue value is 12 (5.08% from 255 or 3.67% from 327); Max value from RGB is 218 - color contains mainly: red. Hex color #DA610C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA610C is #259EF3. Grayscale: #7B7B7B. Windows color (decimal): -2465524 or 811482. OLE color: 811482.

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

Color convert

RGB 218 97 12 -
CMYK 0 0.56 0.94 0.15
HSL 24.76º 0.9% 0.45% -
HSV(B) 24.76º 0.94% 0.85% -
XYZ 33.25 23.48 3.13 -
YUV 123.49 65.09 195.41 -
System Red Green Blue C M Y K H S L
Decimal 218 97 12 0 0.56 0.94 0.15 24.76 0.9 0.45
Hex DA 61 C 0 38 5E F 19 5A 2D
Octal 332 141 14 0 70 136 17 31 132 55
Binary 11011010 1100001 1100 0 111000 1011110 1111 11001 1011010 101101

Color Harmonies of #DA610C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA610C

Black with #DA610C

Text Example


Text Example

White with #DA610C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA610C; }

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

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

background-color css

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

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

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

border-color css

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

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

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