Html Css Color HEX #D8530B Tenne (Tawny)

📋 copy color: '#D8530B'

red 216 ◦ green 83 ◦ blue 11

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

Shades of Tenne (Tawny) #D8530B

Tints of Tenne (Tawny) #D8530B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.55%

R = 69.68%
G = 26.77%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D8530B (or 0xD8530B) is known color: Tenne (Tawny). HEX triplet: D8, 53 and 0B. RGB value is (216,83,11). Sum of RGB (Red+Green+Blue) = 216+83+11=310 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.68% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 11 (4.69% from 255 or 3.55% from 310); Max value from RGB is 216 - color contains mainly: red. Hex color #D8530B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8530B is #27ACF4. Grayscale: #727272. Windows color (decimal): -2600181 or 742360. OLE color: 742360.

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

Color convert

RGB 216 83 11 -
CMYK 0 0.62 0.95 0.15
HSL 21.07º 0.9% 0.45% -
HSV(B) 21.07º 0.95% 0.85% -
XYZ 31.47 20.81 2.67 -
YUV 114.56 69.56 200.35 -
System Red Green Blue C M Y K H S L
Decimal 216 83 11 0 0.62 0.95 0.15 21.07 0.9 0.45
Hex D8 53 B 0 3E 5F F 15 5A 2D
Octal 330 123 13 0 76 137 17 25 132 55
Binary 11011000 1010011 1011 0 111110 1011111 1111 10101 1011010 101101

Color Harmonies of #D8530B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8530B

Black with #D8530B

Text Example


Text Example

White with #D8530B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8530B; }

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

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

background-color css

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

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

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

border-color css

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

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

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