Html Css Color HEX #D64400 Tenne (Tawny)

📋 copy color: '#D64400'

red 214 ◦ green 68 ◦ blue 0

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

Shades of Tenne (Tawny) #D64400

Tints of Tenne (Tawny) #D64400

RGB

 RED value IS 214 (83.98% from 255) = 75.89%

 GREEN value IS 68 (26.95% from 255) = 24.11%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 75.89%
G = 24.11%
B = 0%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D64400 (or 0xD64400) is known color: Tenne (Tawny). HEX triplet: D6, 44 and 00. RGB value is (214,68,0). Sum of RGB (Red+Green+Blue) = 214+68+0=282 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.89% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 214 - color contains mainly: red. Hex color #D64400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64400 is #29BBFF. Grayscale: #686868. Windows color (decimal): -2735104 or 17622. OLE color: 17622.

HSL color Cylindrical-coordinate representation of color #D64400: hue angle of 19.07º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D64400 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 68 0 -
CMYK 0 0.68 1 0.16
HSL 19.07º 1% 0.42% -
HSV(B) 19.07º 1% 0.84% -
XYZ 29.8 18.43 1.99 -
YUV 103.9 69.37 206.53 -
System Red Green Blue C M Y K H S L
Decimal 214 68 0 0 0.68 1 0.16 19.07 1 0.42
Hex D6 44 0 0 44 64 10 13 64 2A
Octal 326 104 0 0 104 144 20 23 144 52
Binary 11010110 1000100 0 0 1000100 1100100 10000 10011 1100100 101010

Color Harmonies of #D64400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64400

Black with #D64400

Text Example


Text Example

White with #D64400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64400; }

 p { color: rgb(214,68,0); }

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

background-color css

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

 a { background-color: rgb(214,68,0); }

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

border-color css

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

 span { border-color: rgb(214,68,0); }

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