Html Css Color HEX #D66804 Tenne (Tawny)

📋 copy color: '#D66804'

red 214 ◦ green 104 ◦ blue 4

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

Shades of Tenne (Tawny) #D66804

Tints of Tenne (Tawny) #D66804

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.3%

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

R = 66.46%
G = 32.3%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D66804 (or 0xD66804) is known color: Tenne (Tawny). HEX triplet: D6, 68 and 04. RGB value is (214,104,4). Sum of RGB (Red+Green+Blue) = 214+104+4=322 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.46% from 322); Green value is 104 (41.02% from 255 or 32.30% from 322); Blue value is 4 (1.95% from 255 or 1.24% from 322); Max value from RGB is 214 - color contains mainly: red. Hex color #D66804 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66804 is #2997FB. Grayscale: #7E7E7E. Windows color (decimal): -2725884 or 288982. OLE color: 288982.

HSL color Cylindrical-coordinate representation of color #D66804: hue angle of 28.57º 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 #D66804 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 104 4 -
CMYK 0 0.51 0.98 0.16
HSL 28.57º 0.96% 0.43% -
HSV(B) 28.57º 0.98% 0.84% -
XYZ 32.7 24.21 3.06 -
YUV 125.49 59.44 191.13 -
System Red Green Blue C M Y K H S L
Decimal 214 104 4 0 0.51 0.98 0.16 28.57 0.96 0.43
Hex D6 68 4 0 33 62 10 1D 60 2B
Octal 326 150 4 0 63 142 20 35 140 53
Binary 11010110 1101000 100 0 110011 1100010 10000 11101 1100000 101011

Color Harmonies of #D66804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66804

Black with #D66804

Text Example


Text Example

White with #D66804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66804; }

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

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

background-color css

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

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

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

border-color css

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

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

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