Html Css Color HEX #D6500A Tenne (Tawny)

📋 copy color: '#D6500A'

red 214 ◦ green 80 ◦ blue 10

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

Shades of Tenne (Tawny) #D6500A

Tints of Tenne (Tawny) #D6500A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.32%

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

R = 70.39%
G = 26.32%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D6500A (or 0xD6500A) is known color: Tenne (Tawny). HEX triplet: D6, 50 and 0A. RGB value is (214,80,10). Sum of RGB (Red+Green+Blue) = 214+80+10=304 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.39% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 10 (4.30% from 255 or 3.29% from 304); Max value from RGB is 214 - color contains mainly: red. Hex color #D6500A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6500A is #29AFF5. Grayscale: #707070. Windows color (decimal): -2732022 or 676054. OLE color: 676054.

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

Color convert

RGB 214 80 10 -
CMYK 0 0.63 0.95 0.16
HSL 20.59º 0.91% 0.44% -
HSV(B) 20.59º 0.95% 0.84% -
XYZ 30.66 20.06 2.54 -
YUV 112.09 70.39 200.69 -
System Red Green Blue C M Y K H S L
Decimal 214 80 10 0 0.63 0.95 0.16 20.59 0.91 0.44
Hex D6 50 A 0 3F 5F 10 15 5B 2C
Octal 326 120 12 0 77 137 20 25 133 54
Binary 11010110 1010000 1010 0 111111 1011111 10000 10101 1011011 101100

Color Harmonies of #D6500A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6500A

Black with #D6500A

Text Example


Text Example

White with #D6500A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6500A; }

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

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

background-color css

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

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

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

border-color css

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

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

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