Html Css Color HEX #DA6402 Tenne (Tawny)

📋 copy color: '#DA6402'

red 218 ◦ green 100 ◦ blue 2

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

Shades of Tenne (Tawny) #DA6402

Tints of Tenne (Tawny) #DA6402

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.25%

 BLUE value IS 2 (1.17% from 255) = 0.63%

R = 68.13%
G = 31.25%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#DA6402 (or 0xDA6402) is known color: Tenne (Tawny). HEX triplet: DA, 64 and 02. RGB value is (218,100,2). Sum of RGB (Red+Green+Blue) = 218+100+2=320 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.12% from 320); Green value is 100 (39.45% from 255 or 31.25% from 320); Blue value is 2 (1.17% from 255 or 0.62% from 320); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6402 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6402 is #259BFD. Grayscale: #7C7C7C. Windows color (decimal): -2464766 or 156890. OLE color: 156890.

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

Color convert

RGB 218 100 2 -
CMYK 0 0.54 0.99 0.15
HSL 27.22º 0.98% 0.43% -
HSV(B) 27.22º 0.99% 0.85% -
XYZ 33.48 24.02 2.93 -
YUV 124.11 59.09 194.97 -
System Red Green Blue C M Y K H S L
Decimal 218 100 2 0 0.54 0.99 0.15 27.22 0.98 0.43
Hex DA 64 2 0 36 63 F 1B 62 2B
Octal 332 144 2 0 66 143 17 33 142 53
Binary 11011010 1100100 10 0 110110 1100011 1111 11011 1100010 101011

Color Harmonies of #DA6402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6402

Black with #DA6402

Text Example


Text Example

White with #DA6402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6402; }

 p { color: rgb(218,100,2); }

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

background-color css

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

 a { background-color: rgb(218,100,2); }

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

border-color css

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

 span { border-color: rgb(218,100,2); }

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