Html Css Color HEX #D8630A Tenne (Tawny)

📋 copy color: '#D8630A'

red 216 ◦ green 99 ◦ blue 10

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

Shades of Tenne (Tawny) #D8630A

Tints of Tenne (Tawny) #D8630A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.46%

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

R = 66.46%
G = 30.46%
B = 3.08%

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

#D8630A (or 0xD8630A) is known color: Tenne (Tawny). HEX triplet: D8, 63 and 0A. RGB value is (216,99,10). Sum of RGB (Red+Green+Blue) = 216+99+10=325 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.46% from 325); Green value is 99 (39.06% from 255 or 30.46% from 325); Blue value is 10 (4.30% from 255 or 3.08% from 325); Max value from RGB is 216 - color contains mainly: red. Hex color #D8630A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8630A is #279CF5. Grayscale: #7C7C7C. Windows color (decimal): -2596086 or 680920. OLE color: 680920.

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

Color convert

RGB 216 99 10 -
CMYK 0 0.54 0.95 0.15
HSL 25.92º 0.91% 0.44% -
HSV(B) 25.92º 0.95% 0.85% -
XYZ 32.84 23.54 3.1 -
YUV 123.84 63.76 193.74 -
System Red Green Blue C M Y K H S L
Decimal 216 99 10 0 0.54 0.95 0.15 25.92 0.91 0.44
Hex D8 63 A 0 36 5F F 1A 5B 2C
Octal 330 143 12 0 66 137 17 32 133 54
Binary 11011000 1100011 1010 0 110110 1011111 1111 11010 1011011 101100

Color Harmonies of #D8630A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8630A

Black with #D8630A

Text Example


Text Example

White with #D8630A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8630A; }

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

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

background-color css

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

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

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

border-color css

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

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

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