Html Css Color HEX #DA640A Tenne (Tawny)

📋 copy color: '#DA640A'

red 218 ◦ green 100 ◦ blue 10

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

Shades of Tenne (Tawny) #DA640A

Tints of Tenne (Tawny) #DA640A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.05%

R = 66.46%
G = 30.49%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#DA640A (or 0xDA640A) is known color: Tenne (Tawny). HEX triplet: DA, 64 and 0A. RGB value is (218,100,10). Sum of RGB (Red+Green+Blue) = 218+100+10=328 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.46% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 10 (4.30% from 255 or 3.05% from 328); Max value from RGB is 218 - color contains mainly: red. Hex color #DA640A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA640A is #259BF5. Grayscale: #7D7D7D. Windows color (decimal): -2464758 or 681178. OLE color: 681178.

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

Color convert

RGB 218 100 10 -
CMYK 0 0.54 0.95 0.15
HSL 25.96º 0.91% 0.45% -
HSV(B) 25.96º 0.95% 0.85% -
XYZ 33.53 24.04 3.16 -
YUV 125.02 63.09 194.32 -
System Red Green Blue C M Y K H S L
Decimal 218 100 10 0 0.54 0.95 0.15 25.96 0.91 0.45
Hex DA 64 A 0 36 5F F 1A 5B 2D
Octal 332 144 12 0 66 137 17 32 133 55
Binary 11011010 1100100 1010 0 110110 1011111 1111 11010 1011011 101101

Color Harmonies of #DA640A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA640A

Black with #DA640A

Text Example


Text Example

White with #DA640A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA640A; }

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

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

background-color css

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

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

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

border-color css

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

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

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