Html Css Color HEX #D8620A Tenne (Tawny)

📋 copy color: '#D8620A'

red 216 ◦ green 98 ◦ blue 10

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

Shades of Tenne (Tawny) #D8620A

Tints of Tenne (Tawny) #D8620A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.25%

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

R = 66.67%
G = 30.25%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D8620A (or 0xD8620A) is known color: Tenne (Tawny). HEX triplet: D8, 62 and 0A. RGB value is (216,98,10). Sum of RGB (Red+Green+Blue) = 216+98+10=324 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.67% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 10 (4.30% from 255 or 3.09% from 324); Max value from RGB is 216 - color contains mainly: red. Hex color #D8620A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8620A is #279DF5. Grayscale: #7B7B7B. Windows color (decimal): -2596342 or 680664. OLE color: 680664.

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

Color convert

RGB 216 98 10 -
CMYK 0 0.55 0.95 0.15
HSL 25.63º 0.91% 0.44% -
HSV(B) 25.63º 0.95% 0.85% -
XYZ 32.74 23.36 3.07 -
YUV 123.25 64.09 194.16 -
System Red Green Blue C M Y K H S L
Decimal 216 98 10 0 0.55 0.95 0.15 25.63 0.91 0.44
Hex D8 62 A 0 37 5F F 1A 5B 2C
Octal 330 142 12 0 67 137 17 32 133 54
Binary 11011000 1100010 1010 0 110111 1011111 1111 11010 1011011 101100

Color Harmonies of #D8620A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8620A

Black with #D8620A

Text Example


Text Example

White with #D8620A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8620A; }

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

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

background-color css

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

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

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

border-color css

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

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

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