Html Css Color HEX #D8640A Tenne (Tawny)

📋 copy color: '#D8640A'

red 216 ◦ green 100 ◦ blue 10

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

Shades of Tenne (Tawny) #D8640A

Tints of Tenne (Tawny) #D8640A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.67%

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

R = 66.26%
G = 30.67%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D8640A (or 0xD8640A) is known color: Tenne (Tawny). HEX triplet: D8, 64 and 0A. RGB value is (216,100,10). Sum of RGB (Red+Green+Blue) = 216+100+10=326 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.26% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 10 (4.30% from 255 or 3.07% from 326); Max value from RGB is 216 - color contains mainly: red. Hex color #D8640A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8640A is #279BF5. Grayscale: #7C7C7C. Windows color (decimal): -2595830 or 681176. OLE color: 681176.

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

Color convert

RGB 216 100 10 -
CMYK 0 0.54 0.95 0.15
HSL 26.21º 0.91% 0.44% -
HSV(B) 26.21º 0.95% 0.85% -
XYZ 32.93 23.74 3.13 -
YUV 124.42 63.43 193.32 -
System Red Green Blue C M Y K H S L
Decimal 216 100 10 0 0.54 0.95 0.15 26.21 0.91 0.44
Hex D8 64 A 0 36 5F F 1A 5B 2C
Octal 330 144 12 0 66 137 17 32 133 54
Binary 11011000 1100100 1010 0 110110 1011111 1111 11010 1011011 101100

Color Harmonies of #D8640A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8640A

Black with #D8640A

Text Example


Text Example

White with #D8640A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8640A; }

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

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

background-color css

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

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

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

border-color css

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

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

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