Html Css Color HEX #DA6003 Tenne (Tawny)

📋 copy color: '#DA6003'

red 218 ◦ green 96 ◦ blue 3

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

Shades of Tenne (Tawny) #DA6003

Tints of Tenne (Tawny) #DA6003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.95%

R = 68.77%
G = 30.28%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#DA6003 (or 0xDA6003) is known color: Tenne (Tawny). HEX triplet: DA, 60 and 03. RGB value is (218,96,3). Sum of RGB (Red+Green+Blue) = 218+96+3=317 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.77% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 3 (1.56% from 255 or 0.95% from 317); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6003 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6003 is #259FFC. Grayscale: #7A7A7A. Windows color (decimal): -2465789 or 221402. OLE color: 221402.

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

Color convert

RGB 218 96 3 -
CMYK 0 0.56 0.99 0.15
HSL 25.95º 0.97% 0.43% -
HSV(B) 25.95º 0.99% 0.85% -
XYZ 33.11 23.28 2.83 -
YUV 121.88 60.92 196.56 -
System Red Green Blue C M Y K H S L
Decimal 218 96 3 0 0.56 0.99 0.15 25.95 0.97 0.43
Hex DA 60 3 0 38 63 F 1A 61 2B
Octal 332 140 3 0 70 143 17 32 141 53
Binary 11011010 1100000 11 0 111000 1100011 1111 11010 1100001 101011

Color Harmonies of #DA6003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6003

Black with #DA6003

Text Example


Text Example

White with #DA6003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6003; }

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

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

background-color css

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

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

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

border-color css

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

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

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