Html Css Color HEX #D66304 Tenne (Tawny)

📋 copy color: '#D66304'

red 214 ◦ green 99 ◦ blue 4

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

Shades of Tenne (Tawny) #D66304

Tints of Tenne (Tawny) #D66304

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.23%

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

R = 67.51%
G = 31.23%
B = 1.26%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D66304 (or 0xD66304) is known color: Tenne (Tawny). HEX triplet: D6, 63 and 04. RGB value is (214,99,4). Sum of RGB (Red+Green+Blue) = 214+99+4=317 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.51% from 317); Green value is 99 (39.06% from 255 or 31.23% from 317); Blue value is 4 (1.95% from 255 or 1.26% from 317); Max value from RGB is 214 - color contains mainly: red. Hex color #D66304 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66304 is #299CFB. Grayscale: #7B7B7B. Windows color (decimal): -2727164 or 287702. OLE color: 287702.

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

Color convert

RGB 214 99 4 -
CMYK 0 0.54 0.98 0.16
HSL 27.14º 0.96% 0.43% -
HSV(B) 27.14º 0.98% 0.84% -
XYZ 32.22 23.23 2.9 -
YUV 122.56 61.1 193.22 -
System Red Green Blue C M Y K H S L
Decimal 214 99 4 0 0.54 0.98 0.16 27.14 0.96 0.43
Hex D6 63 4 0 36 62 10 1B 60 2B
Octal 326 143 4 0 66 142 20 33 140 53
Binary 11010110 1100011 100 0 110110 1100010 10000 11011 1100000 101011

Color Harmonies of #D66304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66304

Black with #D66304

Text Example


Text Example

White with #D66304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66304; }

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

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

background-color css

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

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

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

border-color css

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

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

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