Html Css Color HEX #D0510C Tenne (Tawny)

📋 copy color: '#D0510C'

red 208 ◦ green 81 ◦ blue 12

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

Shades of Tenne (Tawny) #D0510C

Tints of Tenne (Tawny) #D0510C

RGB

 RED value IS 208 (81.64% from 255) = 69.1%

 GREEN value IS 81 (32.03% from 255) = 26.91%

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

R = 69.1%
G = 26.91%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D0510C (or 0xD0510C) is known color: Tenne (Tawny). HEX triplet: D0, 51 and 0C. RGB value is (208,81,12). Sum of RGB (Red+Green+Blue) = 208+81+12=301 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.10% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 208 - color contains mainly: red. Hex color #D0510C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D0510C is #2FAEF3. Grayscale: #6F6F6F. Windows color (decimal): -3124980 or 807376. OLE color: 807376.

HSL color Cylindrical-coordinate representation of color #D0510C: hue angle of 21.12º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D0510C is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 81 12 -
CMYK 0 0.61 0.94 0.18
HSL 21.12º 0.89% 0.43% -
HSV(B) 21.12º 0.94% 0.82% -
XYZ 29.02 19.32 2.55 -
YUV 111.11 72.08 197.11 -
System Red Green Blue C M Y K H S L
Decimal 208 81 12 0 0.61 0.94 0.18 21.12 0.89 0.43
Hex D0 51 C 0 3D 5E 12 15 59 2B
Octal 320 121 14 0 75 136 22 25 131 53
Binary 11010000 1010001 1100 0 111101 1011110 10010 10101 1011001 101011

Color Harmonies of #D0510C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0510C

Black with #D0510C

Text Example


Text Example

White with #D0510C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0510C; }

 p { color: rgb(208,81,12); }

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

background-color css

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

 a { background-color: rgb(208,81,12); }

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

border-color css

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

 span { border-color: rgb(208,81,12); }

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