Html Css Color HEX #D65408 Tenne (Tawny)

📋 copy color: '#D65408'

red 214 ◦ green 84 ◦ blue 8

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

Shades of Tenne (Tawny) #D65408

Tints of Tenne (Tawny) #D65408

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.45%

 BLUE value IS 8 (3.52% from 255) = 2.61%

R = 69.93%
G = 27.45%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D65408 (or 0xD65408) is known color: Tenne (Tawny). HEX triplet: D6, 54 and 08. RGB value is (214,84,8). Sum of RGB (Red+Green+Blue) = 214+84+8=306 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.93% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 8 (3.52% from 255 or 2.61% from 306); Max value from RGB is 214 - color contains mainly: red. Hex color #D65408 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65408 is #29ABF7. Grayscale: #727272. Windows color (decimal): -2731000 or 546006. OLE color: 546006.

HSL color Cylindrical-coordinate representation of color #D65408: hue angle of 22.14º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D65408 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 84 8 -
CMYK 0 0.61 0.96 0.16
HSL 22.14º 0.93% 0.44% -
HSV(B) 22.14º 0.96% 0.84% -
XYZ 30.95 20.65 2.59 -
YUV 114.21 68.07 199.18 -
System Red Green Blue C M Y K H S L
Decimal 214 84 8 0 0.61 0.96 0.16 22.14 0.93 0.44
Hex D6 54 8 0 3D 60 10 16 5D 2C
Octal 326 124 10 0 75 140 20 26 135 54
Binary 11010110 1010100 1000 0 111101 1100000 10000 10110 1011101 101100

Color Harmonies of #D65408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65408

Black with #D65408

Text Example


Text Example

White with #D65408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65408; }

 p { color: rgb(214,84,8); }

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

background-color css

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

 a { background-color: rgb(214,84,8); }

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

border-color css

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

 span { border-color: rgb(214,84,8); }

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