Html Css Color HEX #D66404 Tenne (Tawny)

📋 copy color: '#D66404'

red 214 ◦ green 100 ◦ blue 4

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

Shades of Tenne (Tawny) #D66404

Tints of Tenne (Tawny) #D66404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.26%

R = 67.3%
G = 31.45%
B = 1.26%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D66404 (or 0xD66404) is known color: Tenne (Tawny). HEX triplet: D6, 64 and 04. RGB value is (214,100,4). Sum of RGB (Red+Green+Blue) = 214+100+4=318 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.30% from 318); Green value is 100 (39.45% from 255 or 31.45% from 318); Blue value is 4 (1.95% from 255 or 1.26% from 318); Max value from RGB is 214 - color contains mainly: red. Hex color #D66404 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66404 is #299BFB. Grayscale: #7B7B7B. Windows color (decimal): -2726908 or 287958. OLE color: 287958.

HSL color Cylindrical-coordinate representation of color #D66404: hue angle of 27.43º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D66404 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 100 4 -
CMYK 0 0.53 0.98 0.16
HSL 27.43º 0.96% 0.43% -
HSV(B) 27.43º 0.98% 0.84% -
XYZ 32.31 23.42 2.93 -
YUV 123.14 60.77 192.81 -
System Red Green Blue C M Y K H S L
Decimal 214 100 4 0 0.53 0.98 0.16 27.43 0.96 0.43
Hex D6 64 4 0 35 62 10 1B 60 2B
Octal 326 144 4 0 65 142 20 33 140 53
Binary 11010110 1100100 100 0 110101 1100010 10000 11011 1100000 101011

Color Harmonies of #D66404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66404

Black with #D66404

Text Example


Text Example

White with #D66404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66404; }

 p { color: rgb(214,100,4); }

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

background-color css

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

 a { background-color: rgb(214,100,4); }

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

border-color css

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

 span { border-color: rgb(214,100,4); }

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