Html Css Color HEX #D65A0A Tenne (Tawny)

📋 copy color: '#D65A0A'

red 214 ◦ green 90 ◦ blue 10

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

Shades of Tenne (Tawny) #D65A0A

Tints of Tenne (Tawny) #D65A0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.18%

R = 68.15%
G = 28.66%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D65A0A (or 0xD65A0A) is known color: Tenne (Tawny). HEX triplet: D6, 5A and 0A. RGB value is (214,90,10). Sum of RGB (Red+Green+Blue) = 214+90+10=314 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.15% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 10 (4.30% from 255 or 3.18% from 314); Max value from RGB is 214 - color contains mainly: red. Hex color #D65A0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65A0A is #29A5F5. Grayscale: #767676. Windows color (decimal): -2729462 or 678614. OLE color: 678614.

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

Color convert

RGB 214 90 10 -
CMYK 0 0.58 0.95 0.16
HSL 23.53º 0.91% 0.44% -
HSV(B) 23.53º 0.95% 0.84% -
XYZ 31.44 21.63 2.81 -
YUV 117.96 67.08 196.5 -
System Red Green Blue C M Y K H S L
Decimal 214 90 10 0 0.58 0.95 0.16 23.53 0.91 0.44
Hex D6 5A A 0 3A 5F 10 18 5B 2C
Octal 326 132 12 0 72 137 20 30 133 54
Binary 11010110 1011010 1010 0 111010 1011111 10000 11000 1011011 101100

Color Harmonies of #D65A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65A0A

Black with #D65A0A

Text Example


Text Example

White with #D65A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65A0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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