Html Css Color HEX #D9540C Tenne (Tawny)

📋 copy color: '#D9540C'

red 217 ◦ green 84 ◦ blue 12

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

Shades of Tenne (Tawny) #D9540C

Tints of Tenne (Tawny) #D9540C

RGB

 RED value IS 217 (85.16% from 255) = 69.33%

 GREEN value IS 84 (33.2% from 255) = 26.84%

 BLUE value IS 12 (5.08% from 255) = 3.83%

R = 69.33%
G = 26.84%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D9540C (or 0xD9540C) is known color: Tenne (Tawny). HEX triplet: D9, 54 and 0C. RGB value is (217,84,12). Sum of RGB (Red+Green+Blue) = 217+84+12=313 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.33% from 313); Green value is 84 (33.20% from 255 or 26.84% from 313); Blue value is 12 (5.08% from 255 or 3.83% from 313); Max value from RGB is 217 - color contains mainly: red. Hex color #D9540C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D9540C is #26ABF3. Grayscale: #737373. Windows color (decimal): -2534388 or 808153. OLE color: 808153.

HSL color Cylindrical-coordinate representation of color #D9540C: 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.94%. Process color model (Four color, CMYK) of #D9540C is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 84 12 -
CMYK 0 0.61 0.94 0.15
HSL 21.07º 0.9% 0.45% -
HSV(B) 21.07º 0.94% 0.85% -
XYZ 31.85 21.12 2.75 -
YUV 115.56 69.56 200.35 -
System Red Green Blue C M Y K H S L
Decimal 217 84 12 0 0.61 0.94 0.15 21.07 0.9 0.45
Hex D9 54 C 0 3D 5E F 15 5A 2D
Octal 331 124 14 0 75 136 17 25 132 55
Binary 11011001 1010100 1100 0 111101 1011110 1111 10101 1011010 101101

Color Harmonies of #D9540C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9540C

Black with #D9540C

Text Example


Text Example

White with #D9540C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9540C; }

 p { color: rgb(217,84,12); }

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

background-color css

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

 a { background-color: rgb(217,84,12); }

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

border-color css

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

 span { border-color: rgb(217,84,12); }

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