Html Css Color HEX #D3560C Tenne (Tawny)

📋 copy color: '#D3560C'

red 211 ◦ green 86 ◦ blue 12

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

Shades of Tenne (Tawny) #D3560C

Tints of Tenne (Tawny) #D3560C

RGB

 RED value IS 211 (82.81% from 255) = 68.28%

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

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

R = 68.28%
G = 27.83%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D3560C (or 0xD3560C) is known color: Tenne (Tawny). HEX triplet: D3, 56 and 0C. RGB value is (211,86,12). Sum of RGB (Red+Green+Blue) = 211+86+12=309 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.28% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 12 (5.08% from 255 or 3.88% from 309); Max value from RGB is 211 - color contains mainly: red. Hex color #D3560C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D3560C is #2CA9F3. Grayscale: #737373. Windows color (decimal): -2927092 or 808659. OLE color: 808659.

HSL color Cylindrical-coordinate representation of color #D3560C: hue angle of 22.31º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D3560C is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 86 12 -
CMYK 0 0.59 0.94 0.17
HSL 22.31º 0.89% 0.44% -
HSV(B) 22.31º 0.94% 0.83% -
XYZ 30.26 20.53 2.72 -
YUV 114.94 69.91 196.52 -
System Red Green Blue C M Y K H S L
Decimal 211 86 12 0 0.59 0.94 0.17 22.31 0.89 0.44
Hex D3 56 C 0 3B 5E 11 16 59 2C
Octal 323 126 14 0 73 136 21 26 131 54
Binary 11010011 1010110 1100 0 111011 1011110 10001 10110 1011001 101100

Color Harmonies of #D3560C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3560C

Black with #D3560C

Text Example


Text Example

White with #D3560C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3560C; }

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

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

background-color css

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

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

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

border-color css

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

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

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