Html Css Color HEX #DA600D Tenne (Tawny)

📋 copy color: '#DA600D'

red 218 ◦ green 96 ◦ blue 13

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

Shades of Tenne (Tawny) #DA600D

Tints of Tenne (Tawny) #DA600D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.98%

R = 66.67%
G = 29.36%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA600D (or 0xDA600D) is known color: Tenne (Tawny). HEX triplet: DA, 60 and 0D. RGB value is (218,96,13). Sum of RGB (Red+Green+Blue) = 218+96+13=327 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.67% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 13 (5.47% from 255 or 3.98% from 327); Max value from RGB is 218 - color contains mainly: red. Hex color #DA600D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA600D is #259FF2. Grayscale: #7B7B7B. Windows color (decimal): -2465779 or 876762. OLE color: 876762.

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

Color convert

RGB 218 96 13 -
CMYK 0 0.56 0.94 0.15
HSL 24.29º 0.89% 0.45% -
HSV(B) 24.29º 0.94% 0.85% -
XYZ 33.17 23.3 3.13 -
YUV 123.02 65.92 195.75 -
System Red Green Blue C M Y K H S L
Decimal 218 96 13 0 0.56 0.94 0.15 24.29 0.89 0.45
Hex DA 60 D 0 38 5E F 18 59 2D
Octal 332 140 15 0 70 136 17 30 131 55
Binary 11011010 1100000 1101 0 111000 1011110 1111 11000 1011001 101101

Color Harmonies of #DA600D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA600D

Black with #DA600D

Text Example


Text Example

White with #DA600D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA600D; }

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

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

background-color css

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

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

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

border-color css

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

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

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