Html Css Color HEX #D65A0D Tenne (Tawny)

📋 copy color: '#D65A0D'

red 214 ◦ green 90 ◦ blue 13

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

Shades of Tenne (Tawny) #D65A0D

Tints of Tenne (Tawny) #D65A0D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.39%

 BLUE value IS 13 (5.47% from 255) = 4.1%

R = 67.51%
G = 28.39%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D65A0D (or 0xD65A0D) is known color: Tenne (Tawny). HEX triplet: D6, 5A and 0D. RGB value is (214,90,13). Sum of RGB (Red+Green+Blue) = 214+90+13=317 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.51% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 13 (5.47% from 255 or 4.10% from 317); Max value from RGB is 214 - color contains mainly: red. Hex color #D65A0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65A0D is #29A5F2. Grayscale: #767676. Windows color (decimal): -2729459 or 875222. OLE color: 875222.

HSL color Cylindrical-coordinate representation of color #D65A0D: hue angle of 22.99º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D65A0D is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 90 13 -
CMYK 0 0.58 0.94 0.16
HSL 22.99º 0.89% 0.45% -
HSV(B) 22.99º 0.94% 0.84% -
XYZ 31.46 21.64 2.9 -
YUV 118.3 68.58 196.26 -
System Red Green Blue C M Y K H S L
Decimal 214 90 13 0 0.58 0.94 0.16 22.99 0.89 0.45
Hex D6 5A D 0 3A 5E 10 17 59 2D
Octal 326 132 15 0 72 136 20 27 131 55
Binary 11010110 1011010 1101 0 111010 1011110 10000 10111 1011001 101101

Color Harmonies of #D65A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65A0D

Black with #D65A0D

Text Example


Text Example

White with #D65A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65A0D; }

 p { color: rgb(214,90,13); }

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

background-color css

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

 a { background-color: rgb(214,90,13); }

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

border-color css

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

 span { border-color: rgb(214,90,13); }

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