Html Css Color HEX #D8660A Tenne (Tawny)

📋 copy color: '#D8660A'

red 216 ◦ green 102 ◦ blue 10

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

Shades of Tenne (Tawny) #D8660A

Tints of Tenne (Tawny) #D8660A

RGB

 RED value IS 216 (84.77% from 255) = 65.85%

 GREEN value IS 102 (40.23% from 255) = 31.1%

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

R = 65.85%
G = 31.1%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D8660A (or 0xD8660A) is known color: Tenne (Tawny). HEX triplet: D8, 66 and 0A. RGB value is (216,102,10). Sum of RGB (Red+Green+Blue) = 216+102+10=328 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.85% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 10 (4.30% from 255 or 3.05% from 328); Max value from RGB is 216 - color contains mainly: red. Hex color #D8660A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8660A is #2799F5. Grayscale: #7E7E7E. Windows color (decimal): -2595318 or 681688. OLE color: 681688.

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

Color convert

RGB 216 102 10 -
CMYK 0 0.53 0.95 0.15
HSL 26.8º 0.91% 0.44% -
HSV(B) 26.8º 0.95% 0.85% -
XYZ 33.13 24.12 3.2 -
YUV 125.6 62.77 192.48 -
System Red Green Blue C M Y K H S L
Decimal 216 102 10 0 0.53 0.95 0.15 26.8 0.91 0.44
Hex D8 66 A 0 35 5F F 1B 5B 2C
Octal 330 146 12 0 65 137 17 33 133 54
Binary 11011000 1100110 1010 0 110101 1011111 1111 11011 1011011 101100

Color Harmonies of #D8660A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8660A

Black with #D8660A

Text Example


Text Example

White with #D8660A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8660A; }

 p { color: rgb(216,102,10); }

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

background-color css

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

 a { background-color: rgb(216,102,10); }

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

border-color css

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

 span { border-color: rgb(216,102,10); }

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