Html Css Color HEX #DA6008 Tenne (Tawny)

📋 copy color: '#DA6008'

red 218 ◦ green 96 ◦ blue 8

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

Shades of Tenne (Tawny) #DA6008

Tints of Tenne (Tawny) #DA6008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.48%

R = 67.7%
G = 29.81%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DA6008 (or 0xDA6008) is known color: Tenne (Tawny). HEX triplet: DA, 60 and 08. RGB value is (218,96,8). Sum of RGB (Red+Green+Blue) = 218+96+8=322 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.70% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 8 (3.52% from 255 or 2.48% from 322); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6008 is #259FF7. Grayscale: #7A7A7A. Windows color (decimal): -2465784 or 549082. OLE color: 549082.

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

Color convert

RGB 218 96 8 -
CMYK 0 0.56 0.96 0.15
HSL 25.14º 0.93% 0.44% -
HSV(B) 25.14º 0.96% 0.85% -
XYZ 33.14 23.29 2.98 -
YUV 122.45 63.42 196.16 -
System Red Green Blue C M Y K H S L
Decimal 218 96 8 0 0.56 0.96 0.15 25.14 0.93 0.44
Hex DA 60 8 0 38 60 F 19 5D 2C
Octal 332 140 10 0 70 140 17 31 135 54
Binary 11011010 1100000 1000 0 111000 1100000 1111 11001 1011101 101100

Color Harmonies of #DA6008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6008

Black with #DA6008

Text Example


Text Example

White with #DA6008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6008; }

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

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

background-color css

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

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

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

border-color css

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

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

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