Html Css Color HEX #D9480C Tenne (Tawny)

📋 copy color: '#D9480C'

red 217 ◦ green 72 ◦ blue 12

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

Shades of Tenne (Tawny) #D9480C

Tints of Tenne (Tawny) #D9480C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.92%

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

R = 72.09%
G = 23.92%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D9480C (or 0xD9480C) is known color: Tenne (Tawny). HEX triplet: D9, 48 and 0C. RGB value is (217,72,12). Sum of RGB (Red+Green+Blue) = 217+72+12=301 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.09% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 217 - color contains mainly: red. Hex color #D9480C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D9480C is #26B7F3. Grayscale: #6C6C6C. Windows color (decimal): -2537460 or 805081. OLE color: 805081.

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

Color convert

RGB 217 72 12 -
CMYK 0 0.67 0.94 0.15
HSL 17.56º 0.9% 0.45% -
HSV(B) 17.56º 0.94% 0.85% -
XYZ 31 19.41 2.46 -
YUV 108.52 73.54 205.38 -
System Red Green Blue C M Y K H S L
Decimal 217 72 12 0 0.67 0.94 0.15 17.56 0.9 0.45
Hex D9 48 C 0 43 5E F 12 5A 2D
Octal 331 110 14 0 103 136 17 22 132 55
Binary 11011001 1001000 1100 0 1000011 1011110 1111 10010 1011010 101101

Color Harmonies of #D9480C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9480C

Black with #D9480C

Text Example


Text Example

White with #D9480C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9480C; }

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

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

background-color css

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

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

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

border-color css

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

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

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