Html Css Color HEX #D66501 Tenne (Tawny)

📋 copy color: '#D66501'

red 214 ◦ green 101 ◦ blue 1

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

Shades of Tenne (Tawny) #D66501

Tints of Tenne (Tawny) #D66501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 67.72%
G = 31.96%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D66501 (or 0xD66501) is known color: Tenne (Tawny). HEX triplet: D6, 65 and 01. RGB value is (214,101,1). Sum of RGB (Red+Green+Blue) = 214+101+1=316 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.72% from 316); Green value is 101 (39.84% from 255 or 31.96% from 316); Blue value is 1 (0.78% from 255 or 0.32% from 316); Max value from RGB is 214 - color contains mainly: red. Hex color #D66501 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66501 is #299AFE. Grayscale: #7B7B7B. Windows color (decimal): -2726655 or 91606. OLE color: 91606.

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

Color convert

RGB 214 101 1 -
CMYK 0 0.53 1.00 0.16
HSL 28.17º 0.99% 0.42% -
HSV(B) 28.17º 1% 0.84% -
XYZ 32.39 23.61 2.88 -
YUV 123.39 58.94 192.63 -
System Red Green Blue C M Y K H S L
Decimal 214 101 1 0 0.53 1.00 0.16 28.17 0.99 0.42
Hex D6 65 1 0 35 64 10 1C 63 2A
Octal 326 145 1 0 65 144 20 34 143 52
Binary 11010110 1100101 1 0 110101 1100100 10000 11100 1100011 101010

Color Harmonies of #D66501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66501

Black with #D66501

Text Example


Text Example

White with #D66501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66501; }

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

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

background-color css

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

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

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

border-color css

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

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

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