Html Css Color HEX #DA6205 Tenne (Tawny)

📋 copy color: '#DA6205'

red 218 ◦ green 98 ◦ blue 5

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

Shades of Tenne (Tawny) #DA6205

Tints of Tenne (Tawny) #DA6205

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.53%

 BLUE value IS 5 (2.34% from 255) = 1.56%

R = 67.91%
G = 30.53%
B = 1.56%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#DA6205 (or 0xDA6205) is known color: Tenne (Tawny). HEX triplet: DA, 62 and 05. RGB value is (218,98,5). Sum of RGB (Red+Green+Blue) = 218+98+5=321 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.91% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 5 (2.34% from 255 or 1.56% from 321); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6205 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6205 is #259DFA. Grayscale: #7B7B7B. Windows color (decimal): -2465275 or 352986. OLE color: 352986.

HSL color Cylindrical-coordinate representation of color #DA6205: hue angle of 26.2º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA6205 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 98 5 -
CMYK 0 0.55 0.98 0.15
HSL 26.2º 0.96% 0.44% -
HSV(B) 26.2º 0.98% 0.85% -
XYZ 33.31 23.65 2.95 -
YUV 123.28 61.26 195.56 -
System Red Green Blue C M Y K H S L
Decimal 218 98 5 0 0.55 0.98 0.15 26.2 0.96 0.44
Hex DA 62 5 0 37 62 F 1A 60 2C
Octal 332 142 5 0 67 142 17 32 140 54
Binary 11011010 1100010 101 0 110111 1100010 1111 11010 1100000 101100

Color Harmonies of #DA6205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6205

Black with #DA6205

Text Example


Text Example

White with #DA6205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6205; }

 p { color: rgb(218,98,5); }

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

background-color css

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

 a { background-color: rgb(218,98,5); }

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

border-color css

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

 span { border-color: rgb(218,98,5); }

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