Html Css Color HEX #D66504 Tenne (Tawny)

📋 copy color: '#D66504'

red 214 ◦ green 101 ◦ blue 4

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

Shades of Tenne (Tawny) #D66504

Tints of Tenne (Tawny) #D66504

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.66%

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

R = 67.08%
G = 31.66%
B = 1.25%

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

#D66504 (or 0xD66504) is known color: Tenne (Tawny). HEX triplet: D6, 65 and 04. RGB value is (214,101,4). Sum of RGB (Red+Green+Blue) = 214+101+4=319 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.08% from 319); Green value is 101 (39.84% from 255 or 31.66% from 319); Blue value is 4 (1.95% from 255 or 1.25% from 319); Max value from RGB is 214 - color contains mainly: red. Hex color #D66504 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66504 is #299AFB. Grayscale: #7C7C7C. Windows color (decimal): -2726652 or 288214. OLE color: 288214.

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

Color convert

RGB 214 101 4 -
CMYK 0 0.53 0.98 0.16
HSL 27.71º 0.96% 0.43% -
HSV(B) 27.71º 0.98% 0.84% -
XYZ 32.41 23.61 2.96 -
YUV 123.73 60.44 192.39 -
System Red Green Blue C M Y K H S L
Decimal 214 101 4 0 0.53 0.98 0.16 27.71 0.96 0.43
Hex D6 65 4 0 35 62 10 1C 60 2B
Octal 326 145 4 0 65 142 20 34 140 53
Binary 11010110 1100101 100 0 110101 1100010 10000 11100 1100000 101011

Color Harmonies of #D66504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66504

Black with #D66504

Text Example


Text Example

White with #D66504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66504; }

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

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

background-color css

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

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

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

border-color css

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

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

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