Html Css Color HEX #D8530D Tenne (Tawny)

📋 copy color: '#D8530D'

red 216 ◦ green 83 ◦ blue 13

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

Shades of Tenne (Tawny) #D8530D

Tints of Tenne (Tawny) #D8530D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.17%

R = 69.23%
G = 26.6%
B = 4.17%

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

#D8530D (or 0xD8530D) is known color: Tenne (Tawny). HEX triplet: D8, 53 and 0D. RGB value is (216,83,13). Sum of RGB (Red+Green+Blue) = 216+83+13=312 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.23% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 13 (5.47% from 255 or 4.17% from 312); Max value from RGB is 216 - color contains mainly: red. Hex color #D8530D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8530D is #27ACF2. Grayscale: #737373. Windows color (decimal): -2600179 or 873432. OLE color: 873432.

HSL color Cylindrical-coordinate representation of color #D8530D: hue angle of 20.69º degrees, saturation: 0.89, 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 #D8530D is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 83 13 -
CMYK 0 0.62 0.94 0.15
HSL 20.69º 0.89% 0.45% -
HSV(B) 20.69º 0.94% 0.85% -
XYZ 31.48 20.81 2.74 -
YUV 114.79 70.56 200.19 -
System Red Green Blue C M Y K H S L
Decimal 216 83 13 0 0.62 0.94 0.15 20.69 0.89 0.45
Hex D8 53 D 0 3E 5E F 15 59 2D
Octal 330 123 15 0 76 136 17 25 131 55
Binary 11011000 1010011 1101 0 111110 1011110 1111 10101 1011001 101101

Color Harmonies of #D8530D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8530D

Black with #D8530D

Text Example


Text Example

White with #D8530D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8530D; }

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

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

background-color css

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

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

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

border-color css

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

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

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