Html Css Color HEX #DA6002 Tenne (Tawny)

📋 copy color: '#DA6002'

red 218 ◦ green 96 ◦ blue 2

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

Shades of Tenne (Tawny) #DA6002

Tints of Tenne (Tawny) #DA6002

RGB

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

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

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

R = 68.99%
G = 30.38%
B = 0.63%

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

#DA6002 (or 0xDA6002) is known color: Tenne (Tawny). HEX triplet: DA, 60 and 02. RGB value is (218,96,2). Sum of RGB (Red+Green+Blue) = 218+96+2=316 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.99% from 316); Green value is 96 (37.89% from 255 or 30.38% from 316); Blue value is 2 (1.17% from 255 or 0.63% from 316); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6002 is #259FFD. Grayscale: #7A7A7A. Windows color (decimal): -2465790 or 155866. OLE color: 155866.

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

Color convert

RGB 218 96 2 -
CMYK 0 0.56 0.99 0.15
HSL 26.11º 0.98% 0.43% -
HSV(B) 26.11º 0.99% 0.85% -
XYZ 33.11 23.28 2.81 -
YUV 121.76 60.42 196.64 -
System Red Green Blue C M Y K H S L
Decimal 218 96 2 0 0.56 0.99 0.15 26.11 0.98 0.43
Hex DA 60 2 0 38 63 F 1A 62 2B
Octal 332 140 2 0 70 143 17 32 142 53
Binary 11011010 1100000 10 0 111000 1100011 1111 11010 1100010 101011

Color Harmonies of #DA6002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6002

Black with #DA6002

Text Example


Text Example

White with #DA6002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6002; }

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

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

background-color css

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

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

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

border-color css

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

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

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