Html Css Color HEX #D0560D Tenne (Tawny)

📋 copy color: '#D0560D'

red 208 ◦ green 86 ◦ blue 13

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

Shades of Tenne (Tawny) #D0560D

Tints of Tenne (Tawny) #D0560D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.01%

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

R = 67.75%
G = 28.01%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D0560D (or 0xD0560D) is known color: Tenne (Tawny). HEX triplet: D0, 56 and 0D. RGB value is (208,86,13). Sum of RGB (Red+Green+Blue) = 208+86+13=307 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.75% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 13 (5.47% from 255 or 4.23% from 307); Max value from RGB is 208 - color contains mainly: red. Hex color #D0560D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D0560D is #2FA9F2. Grayscale: #727272. Windows color (decimal): -3123699 or 874192. OLE color: 874192.

HSL color Cylindrical-coordinate representation of color #D0560D: hue angle of 22.46º degrees, saturation: 0.88, 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 #D0560D is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 86 13 -
CMYK 0 0.59 0.94 0.18
HSL 22.46º 0.88% 0.43% -
HSV(B) 22.46º 0.94% 0.82% -
XYZ 29.41 20.09 2.71 -
YUV 114.16 70.92 194.94 -
System Red Green Blue C M Y K H S L
Decimal 208 86 13 0 0.59 0.94 0.18 22.46 0.88 0.43
Hex D0 56 D 0 3B 5E 12 16 58 2B
Octal 320 126 15 0 73 136 22 26 130 53
Binary 11010000 1010110 1101 0 111011 1011110 10010 10110 1011000 101011

Color Harmonies of #D0560D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0560D

Black with #D0560D

Text Example


Text Example

White with #D0560D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0560D; }

 p { color: rgb(208,86,13); }

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

background-color css

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

 a { background-color: rgb(208,86,13); }

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

border-color css

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

 span { border-color: rgb(208,86,13); }

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