Html Css Color HEX #D8530E Tenne (Tawny)

📋 copy color: '#D8530E'

red 216 ◦ green 83 ◦ blue 14

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

Shades of Tenne (Tawny) #D8530E

Tints of Tenne (Tawny) #D8530E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.52%

 BLUE value IS 14 (5.86% from 255) = 4.47%

R = 69.01%
G = 26.52%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8530E (or 0xD8530E) is known color: Tenne (Tawny). HEX triplet: D8, 53 and 0E. RGB value is (216,83,14). Sum of RGB (Red+Green+Blue) = 216+83+14=313 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.01% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 14 (5.86% from 255 or 4.47% from 313); Max value from RGB is 216 - color contains mainly: red. Hex color #D8530E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8530E is #27ACF1. Grayscale: #737373. Windows color (decimal): -2600178 or 938968. OLE color: 938968.

HSL color Cylindrical-coordinate representation of color #D8530E: hue angle of 20.5º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D8530E is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 83 14 -
CMYK 0 0.62 0.94 0.15
HSL 20.5º 0.88% 0.45% -
HSV(B) 20.5º 0.94% 0.85% -
XYZ 31.49 20.82 2.77 -
YUV 114.9 71.06 200.11 -
System Red Green Blue C M Y K H S L
Decimal 216 83 14 0 0.62 0.94 0.15 20.5 0.88 0.45
Hex D8 53 E 0 3E 5E F 14 58 2D
Octal 330 123 16 0 76 136 17 24 130 55
Binary 11011000 1010011 1110 0 111110 1011110 1111 10100 1011000 101101

Color Harmonies of #D8530E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8530E

Black with #D8530E

Text Example


Text Example

White with #D8530E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8530E; }

 p { color: rgb(216,83,14); }

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

background-color css

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

 a { background-color: rgb(216,83,14); }

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

border-color css

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

 span { border-color: rgb(216,83,14); }

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