Html Css Color HEX #D66105 Tenne (Tawny)

📋 copy color: '#D66105'

red 214 ◦ green 97 ◦ blue 5

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

Shades of Tenne (Tawny) #D66105

Tints of Tenne (Tawny) #D66105

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.7%

 BLUE value IS 5 (2.34% from 255) = 1.58%

R = 67.72%
G = 30.7%
B = 1.58%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D66105 (or 0xD66105) is known color: Tenne (Tawny). HEX triplet: D6, 61 and 05. RGB value is (214,97,5). Sum of RGB (Red+Green+Blue) = 214+97+5=316 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.72% from 316); Green value is 97 (38.28% from 255 or 30.70% from 316); Blue value is 5 (2.34% from 255 or 1.58% from 316); Max value from RGB is 214 - color contains mainly: red. Hex color #D66105 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66105 is #299EFA. Grayscale: #797979. Windows color (decimal): -2727675 or 352726. OLE color: 352726.

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

Color convert

RGB 214 97 5 -
CMYK 0 0.55 0.98 0.16
HSL 26.41º 0.95% 0.43% -
HSV(B) 26.41º 0.98% 0.84% -
XYZ 32.03 22.86 2.87 -
YUV 121.5 62.26 193.98 -
System Red Green Blue C M Y K H S L
Decimal 214 97 5 0 0.55 0.98 0.16 26.41 0.95 0.43
Hex D6 61 5 0 37 62 10 1A 5F 2B
Octal 326 141 5 0 67 142 20 32 137 53
Binary 11010110 1100001 101 0 110111 1100010 10000 11010 1011111 101011

Color Harmonies of #D66105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66105

Black with #D66105

Text Example


Text Example

White with #D66105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66105; }

 p { color: rgb(214,97,5); }

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

background-color css

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

 a { background-color: rgb(214,97,5); }

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

border-color css

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

 span { border-color: rgb(214,97,5); }

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