Html Css Color HEX #DA6000 Tenne (Tawny)

📋 copy color: '#DA6000'

red 218 ◦ green 96 ◦ blue 0

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

Shades of Tenne (Tawny) #DA6000

Tints of Tenne (Tawny) #DA6000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 69.43%
G = 30.57%
B = 0%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#DA6000 (or 0xDA6000) is known color: Tenne (Tawny). HEX triplet: DA, 60 and 00. RGB value is (218,96,0). Sum of RGB (Red+Green+Blue) = 218+96+0=314 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.43% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 0 (0.39% from 255 or 0% from 314); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6000 is #259FFF. Grayscale: #7A7A7A. Windows color (decimal): -2465792 or 24794. OLE color: 24794.

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

Color convert

RGB 218 96 0 -
CMYK 0 0.56 1 0.15
HSL 26.42º 1% 0.43% -
HSV(B) 26.42º 1% 0.85% -
XYZ 33.1 23.27 2.75 -
YUV 121.53 59.42 196.81 -
System Red Green Blue C M Y K H S L
Decimal 218 96 0 0 0.56 1 0.15 26.42 1 0.43
Hex DA 60 0 0 38 64 F 1A 64 2B
Octal 332 140 0 0 70 144 17 32 144 53
Binary 11011010 1100000 0 0 111000 1100100 1111 11010 1100100 101011

Color Harmonies of #DA6000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6000

Black with #DA6000

Text Example


Text Example

White with #DA6000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6000; }

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

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

background-color css

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

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

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

border-color css

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

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

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