Html Css Color HEX #D0560C Tenne (Tawny)

📋 copy color: '#D0560C'

red 208 ◦ green 86 ◦ blue 12

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

Shades of Tenne (Tawny) #D0560C

Tints of Tenne (Tawny) #D0560C

RGB

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

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

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

R = 67.97%
G = 28.1%
B = 3.92%

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

#D0560C (or 0xD0560C) is known color: Tenne (Tawny). HEX triplet: D0, 56 and 0C. RGB value is (208,86,12). Sum of RGB (Red+Green+Blue) = 208+86+12=306 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.97% from 306); Green value is 86 (33.98% from 255 or 28.10% from 306); Blue value is 12 (5.08% from 255 or 3.92% from 306); Max value from RGB is 208 - color contains mainly: red. Hex color #D0560C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D0560C is #2FA9F3. Grayscale: #727272. Windows color (decimal): -3123700 or 808656. OLE color: 808656.

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

Color convert

RGB 208 86 12 -
CMYK 0 0.59 0.94 0.18
HSL 22.65º 0.89% 0.43% -
HSV(B) 22.65º 0.94% 0.82% -
XYZ 29.41 20.09 2.68 -
YUV 114.04 70.42 195.02 -
System Red Green Blue C M Y K H S L
Decimal 208 86 12 0 0.59 0.94 0.18 22.65 0.89 0.43
Hex D0 56 C 0 3B 5E 12 17 59 2B
Octal 320 126 14 0 73 136 22 27 131 53
Binary 11010000 1010110 1100 0 111011 1011110 10010 10111 1011001 101011

Color Harmonies of #D0560C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0560C

Black with #D0560C

Text Example


Text Example

White with #D0560C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0560C; }

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

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

background-color css

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

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

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

border-color css

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

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

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