Html Css Color HEX #DA6005 Tenne (Tawny)

📋 copy color: '#DA6005'

red 218 ◦ green 96 ◦ blue 5

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

Shades of Tenne (Tawny) #DA6005

Tints of Tenne (Tawny) #DA6005

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.09%

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

R = 68.34%
G = 30.09%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#DA6005 (or 0xDA6005) is known color: Tenne (Tawny). HEX triplet: DA, 60 and 05. RGB value is (218,96,5). Sum of RGB (Red+Green+Blue) = 218+96+5=319 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.34% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 5 (2.34% from 255 or 1.57% from 319); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6005 is #259FFA. Grayscale: #7A7A7A. Windows color (decimal): -2465787 or 352474. OLE color: 352474.

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

Color convert

RGB 218 96 5 -
CMYK 0 0.56 0.98 0.15
HSL 25.63º 0.96% 0.44% -
HSV(B) 25.63º 0.98% 0.85% -
XYZ 33.12 23.28 2.89 -
YUV 122.1 61.92 196.4 -
System Red Green Blue C M Y K H S L
Decimal 218 96 5 0 0.56 0.98 0.15 25.63 0.96 0.44
Hex DA 60 5 0 38 62 F 1A 60 2C
Octal 332 140 5 0 70 142 17 32 140 54
Binary 11011010 1100000 101 0 111000 1100010 1111 11010 1100000 101100

Color Harmonies of #DA6005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6005

Black with #DA6005

Text Example


Text Example

White with #DA6005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6005; }

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

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

background-color css

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

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

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

border-color css

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

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

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